Azure Container App template for defining an immutable revision
Azure Container App template for defining an immutable revision
| Type | object |
|---|---|
| File match |
*.containerapp-template.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/azure-container-app-template-for-defining-an-immutable-revision/latest.json |
| Source | https://www.schemastore.org/azure-containerapp-template.json |
Validate with Lintel
npx @lintel/lintel check
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
List of container definitions for the Container App
List of specialized containers that run before app containers
User friendly suffix that is appended to the revision name
Container App scaling configurations
List of container app services bound to the app
Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds
List of volume definitions for the Container App