Skip to content

maxvandl/arm_azure

 
 

Repository files navigation

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

About

Try_work_with_arm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 96.3%
  • Jinja 3.7%