Package version:

Interface Configuration

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

Hierarchy

  • Configuration

Properties

activeRevisionsMode?: string

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active.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.

dapr?: Dapr

Dapr configuration for the Container App.

ingress?: Ingress

Ingress configurations.

maxInactiveRevisions?: number

Optional. Max inactive revisions a Container App can have.

registries?: RegistryCredentials[]

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

secrets?: Secret[]

Collection of secrets used by a Container app

Generated using TypeDoc