Template Class
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.
Constructor
Template(*, revision_suffix: str | None = None, containers: List[_models.Container] | None = None, scale: _models.Scale | None = None, dapr: _models.Dapr | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
revision_suffix
|
User friendly suffix that is appended to the revision name. Default value: None
|
containers
|
List of container definitions for the Container App. Default value: None
|
scale
|
Scaling properties for the Container App. Default value: None
|
dapr
|
Dapr configuration for the Container App. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python