Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 566 Bytes

File metadata and controls

13 lines (12 loc) · 566 Bytes

Azure_ARM_template

2. Change to directory arm-azure
$ cd arm-azure
3. Select resource group that not exixts and create it
$ az group create --name azure-template --location "West Europe"
4. Run the deployment file
$ az deployment group create --resource-group azure-template --template-file template.json
5. Deploynet ready check resource group
6. To remove resource group
$ az group delete --name azure-template