Reputation: 21
I would like to know how to create No of Virtual machines or 20 Virtual machines in Azure through ARM template in East US region.I know how to create one Virtual machine though ARM template but don't know how to create 20 VM's in a single ARM template.Also I would like to know how to enable monitoring and want to add storage account in this same template. I am new to Azure Infra side and Learnt some things in azure but need your help in this. Appreciate your quick help.
Regards
Upvotes: 0
Views: 159
Reputation: 21
You can do this in a better way using Azure Devops Pipelines :
Check Azure Devops online documentation - How to deploy ARM template with Azure pipelines.
Upvotes: 0