Share via


Configuration interface

Non versioned Container App configuration properties that define the mutable settings of a Container app

Properties

activeRevisionsMode

ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>

dapr

Dapr configuration for the Container App.

ingress

Ingress configurations.

registries

Collection of private container registry credentials for containers used by the Container app

secrets

Collection of secrets used by a Container app

Property Details

activeRevisionsMode

ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>

activeRevisionsMode?: string

Property Value

string

dapr

Dapr configuration for the Container App.

dapr?: Dapr

Property Value

ingress

Ingress configurations.

ingress?: Ingress

Property Value

registries

Collection of private container registry credentials for containers used by the Container app

registries?: RegistryCredentials[]

Property Value

secrets

Collection of secrets used by a Container app

secrets?: Secret[]

Property Value

Secret[]