Programatically adding resources to ARM template
Gururaj Nagaraja Rao
6
Reputation points
I am trying to do the following:
- Create a Dashboard using ARM template and have metrics (eg. Network In, Network Out) for a Virtual machine (eg. VM1). The dashboard created is "Testdashboard"
- Now using the same template, I want to supply parameters for an another VM (eg. VM2) to update the "Testdashboard"
The manual equivalent operation is to create a dashboard and pin the charts from VM1, VM2 to the dashboard ("Testdashbaord" in this case). Is this possible with ARM template?
Sign in to answer