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. |
revision |
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
revisionSuffix
User friendly suffix that is appended to the revision name
revisionSuffix?: string
Property Value
string