az stack
A deployment stack is a native Azure resource type that enables you to perform operations on a resource collection as an atomic unit.
Deployment stacks are defined in ARM as the type Microsoft.Resources/deploymentStacks.
Commands
Name | Description | Type | Status |
---|---|---|---|
az stack group |
Manage Deployment Stacks at resource group. |
Core | GA |
az stack group create |
Create or update a deployment stack at resource group scope. |
Core | GA |
az stack group delete |
Delete specified deployment stack from resource group scope. |
Core | GA |
az stack group export |
Export the template used to create the deployment stack from resource group scope. |
Core | GA |
az stack group list |
List all deployment stacks in resource group. |
Core | GA |
az stack group show |
Get specified deployment stack from resource group scope. |
Core | GA |
az stack group validate |
Validate a deployment stack at resource group scope. |
Core | GA |
az stack mg |
Manage Deployment Stacks at management group. |
Core | GA |
az stack mg create |
Create or update a deployment stack at management group scope. |
Core | GA |
az stack mg delete |
Delete specified deployment stack from management group scope. |
Core | GA |
az stack mg export |
Export the template used to create the deployment stack. |
Core | GA |
az stack mg list |
List all deployment stacks in management group. |
Core | GA |
az stack mg show |
Get specified deployment stack from management group scope. |
Core | GA |
az stack mg validate |
Validate a deployment stack at management group scope. |
Core | GA |
az stack sub |
Manage Deployment Stacks at subscription. |
Core | GA |
az stack sub create |
Create or update a deployment stack at subscription scope. |
Core | GA |
az stack sub delete |
Delete specified deployment stack from subscription scope. |
Core | GA |
az stack sub export |
Export the template used to create the deployment stack. |
Core | GA |
az stack sub list |
List all deployment stacks in subscription. |
Core | GA |
az stack sub show |
Get specified deployment stack from subscription scope. |
Core | GA |
az stack sub validate |
Validate a deployment stack at subscription scope. |
Core | GA |