Partilhar via


Template interface

Container App versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created

Properties

containers

List of container definitions for the Container App.

dapr

Dapr configuration for the Container App.

revisionSuffix

User friendly suffix that is appended to the revision name

scale

Scaling properties for the Container App.

Property Details

containers

List of container definitions for the Container App.

containers?: Container[]

Property Value

dapr

Dapr configuration for the Container App.

dapr?: Dapr

Property Value

revisionSuffix

User friendly suffix that is appended to the revision name

revisionSuffix?: string

Property Value

string

scale

Scaling properties for the Container App.

scale?: Scale

Property Value