ContainerAppProperties interface
ContainerApp resource specific properties
Properties
| configuration | Non versioned Container App configuration properties. |
| custom |
Id used to verify domain name ownership |
| deployment |
Any errors that occurred during deployment |
| environment |
Resource ID of environment. |
| event |
The endpoint of the eventstream of the container app. |
| latest |
Name of the latest ready revision of the Container App. |
| latest |
Fully Qualified Domain Name of the latest revision of the Container App. |
| latest |
Name of the latest revision of the Container App. |
| managed |
Deprecated. Resource ID of the Container App's environment. |
| outbound |
Outbound IP Addresses for container app. |
| patching |
Container App auto patch configuration. |
| provisioning |
Provisioning state of the Container App. |
| running |
Running status of the Container App. |
| template | Container App versioned application definition. |
| workload |
Workload profile name to pin for container app execution. |
Property Details
configuration
Non versioned Container App configuration properties.
configuration?: Configuration
Property Value
customDomainVerificationId
Id used to verify domain name ownership
customDomainVerificationId?: string
Property Value
string
deploymentErrors
Any errors that occurred during deployment
deploymentErrors?: string
Property Value
string
environmentId
Resource ID of environment.
environmentId?: string
Property Value
string
eventStreamEndpoint
The endpoint of the eventstream of the container app.
eventStreamEndpoint?: string
Property Value
string
latestReadyRevisionName
Name of the latest ready revision of the Container App.
latestReadyRevisionName?: string
Property Value
string
latestRevisionFqdn
Fully Qualified Domain Name of the latest revision of the Container App.
latestRevisionFqdn?: string
Property Value
string
latestRevisionName
Name of the latest revision of the Container App.
latestRevisionName?: string
Property Value
string
managedEnvironmentId
Deprecated. Resource ID of the Container App's environment.
managedEnvironmentId?: string
Property Value
string
outboundIpAddresses
Outbound IP Addresses for container app.
outboundIpAddresses?: string[]
Property Value
string[]
patchingConfiguration
Container App auto patch configuration.
patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration
Property Value
provisioningState
Provisioning state of the Container App.
provisioningState?: string
Property Value
string
runningStatus
Running status of the Container App.
runningStatus?: string
Property Value
string
template
workloadProfileName
Workload profile name to pin for container app execution.
workloadProfileName?: string
Property Value
string