Configuration interface
Non versioned Container App configuration properties that define the mutable settings of a Container app
Properties
| active |
ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list> |
| dapr | Dapr configuration for the Container App. |
| identity |
Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. |
| ingress | Ingress configurations. |
| max |
Optional. Max inactive revisions a Container App can have. |
| registries | Collection of private container registry credentials for containers used by the Container app |
| runtime | App runtime configuration for the Container App. |
| secrets | Collection of secrets used by a Container app |
| service | Container App to be a dev Container App Service |
Property Details
activeRevisionsMode
ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
activeRevisionsMode?: string
Property Value
string
dapr
identitySettings
Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used.
identitySettings?: IdentitySettings[]
Property Value
ingress
maxInactiveRevisions
Optional. Max inactive revisions a Container App can have.
maxInactiveRevisions?: number
Property Value
number
registries
Collection of private container registry credentials for containers used by the Container app
registries?: RegistryCredentials[]