你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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