Quick Actions
az deployment group create
Description
Start a deployment.
Command
az deployment group create
Examples
Deploy an ARM template from a local file
az deployment group create --resource-group MyResourceGroup --template-file mytemplate.json --parameters myparam=myvalue
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-g, --resource-group <name> |
string | No | The resource group to deploy to. |
--template-file <path> |
string | No | The path to the ARM template file. |
--parameters <key=value...> |
string | No | Supply deployment parameter values. |
Command Info
Category:
Deployment
Type:
Azure
Views:
12
Status:
Active
Tags
azure
arm
deployment
template
iac