ContainerAppProperties interface

ContainerApp resource specific properties

Properties

configuration

Non versioned Container App configuration properties.

customDomainVerificationId

Id used to verify domain name ownership

deploymentErrors

Any errors that occurred during deployment

environmentId

Resource ID of environment.

eventStreamEndpoint

The endpoint of the eventstream of the container app.

latestReadyRevisionName

Name of the latest ready revision of the Container App.

latestRevisionFqdn

Fully Qualified Domain Name of the latest revision of the Container App.

latestRevisionName

Name of the latest revision of the Container App.

managedEnvironmentId

Deprecated. Resource ID of the Container App's environment.

outboundIpAddresses

Outbound IP Addresses for container app.

patchingConfiguration

Container App auto patch configuration.

provisioningState

Provisioning state of the Container App.

runningStatus

Running status of the Container App.

template

Container App versioned application definition.

workloadProfileName

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

Container App versioned application definition.

template?: Template

Property Value

workloadProfileName

Workload profile name to pin for container app execution.

workloadProfileName?: string

Property Value

string