/arm_azure

Try_work_with_arm

Primary LanguageShell

Azure_ARM_template

1. Clone arm-azure
$ https://gitlab.linnovate.net/devops/marketing/arm-azure.git>
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