Reference: applications.core/httproutes@2023-10-01-preview

Detailed reference documentation for applications.core/httproutes@2023-10-01-preview

Schema

Top-Level Resource

Properties

Property Type Description
apiVersion ‘2023-10-01-preview’ The resource api version
(read-only, deploy-time constant)
id string The resource id
(read-only, deploy-time constant)
location string The geo-location where the resource lives
(required)
name string The resource name
(required, deploy-time constant)
properties HttpRouteProperties HTTPRoute properties
(required)
systemData SystemData Metadata pertaining to creation and last modification of the resource.
(read-only)
tags TrackedResourceTags Resource tags.
type ‘Applications.Core/httpRoutes’ The resource type
(read-only, deploy-time constant)

HttpRouteProperties

Properties

Property Type Description
application string Fully qualified resource ID for the application
(required)
environment string Fully qualified resource ID for the environment that the application is linked to
hostname string The internal hostname accepting traffic for the HTTP Route. Readonly.
port int The port number for the HTTP Route. Defaults to 80. Readonly.
provisioningState ‘Accepted’ ‘Canceled’
scheme string The scheme used for traffic. Readonly.
(read-only)
status ResourceStatus Status of a resource.
(read-only)
url string A stable URL that that can be used to route traffic to a resource. Readonly.
(read-only)

ResourceStatus

Properties

Property Type Description
compute EnvironmentCompute Represents backing compute resource
outputResources OutputResource[] Properties of an output resource
recipe RecipeStatus Recipe status at deployment time for a resource.
(read-only)

EnvironmentCompute

  • Discriminator: kind

Base Properties

Property Type Description
identity IdentitySettings IdentitySettings is the external identity setting.
resourceId string The resource id of the compute resource for application environment.

KubernetesCompute

Properties
Property Type Description
kind ‘kubernetes’ Discriminator property for EnvironmentCompute.
(required)
namespace string The namespace to use for the environment.
(required)

IdentitySettings

Properties

Property Type Description
kind ‘azure.com.workload’ ‘undefined’
oidcIssuer string The URI for your compute platform’s OIDC issuer
resource string The resource ID of the provisioned identity

OutputResource

Properties

Property Type Description
id string The UCP resource ID of the underlying resource.
localId string The logical identifier scoped to the owning Radius resource. This is only needed or used when a resource has a dependency relationship. LocalIDs do not have any particular format or meaning beyond being compared to determine dependency relationships.
radiusManaged bool Determines whether Radius manages the lifecycle of the underlying resource.

RecipeStatus

Properties

Property Type Description
templateKind string TemplateKind is the kind of the recipe template used by the portable resource upon deployment.
(required)
templatePath string TemplatePath is the path of the recipe consumed by the portable resource upon deployment.
(required)
templateVersion string TemplateVersion is the version number of the template.

SystemData

Properties

Property Type Description
createdAt string The timestamp of resource creation (UTC).
createdBy string The identity that created the resource.
createdByType ‘Application’ ‘Key’
lastModifiedAt string The timestamp of resource last modification (UTC)
lastModifiedBy string The identity that last modified the resource.
lastModifiedByType ‘Application’ ‘Key’

TrackedResourceTags

Properties

  • none

Additional Properties

  • Additional Properties Type: string