Azure Classroom Series – 26/Jul/2021

ARM Templates continued

  • Adding sql server to the arm template
  • Exercise: Create a sql database by using existing template.
  • Now lets try to deploy the arm template using azure cli
# Create a resource group
az group create --location eastus --name ntiercli

# Create a deployment
 az group deployment create --resource-group ntiercli --name clideploy1 --mode Complete --template-file .\azuredeploy.json

 # For future releases
 az deployment group create --resource-group ntiercli --name clideploy1 --mode Complete --template-file .\azuredeploy.json

# To delete the deployment
az group delete --name ntiercli

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%