Programatically adding resources to ARM template

Gururaj Nagaraja Rao 6 Reputation points
2021-01-04T14:04:08.58+00:00

I am trying to do the following:

  1. 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"
  2. 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?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,320 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.