2
votes

I am working on Azure Resource Manager Templates, Currently I created ARM templates for various azure resources like virtual machine, SQL Server, Service Bus and Web app etc...

But, for that I want to configure the azure alerts in monitor using ARM template not through the azure portal.

I followed below links to configure the new alerts experience in azure monitor:

  1. The next generation of Azure Alerts has arrived
  2. The new alerts experience in Azure Monitor
  3. Create, view, and manage alerts using Azure Monitor

Can anyone suggest me how to configure the new alerts in azure monitor using ARM templates?

1

1 Answers

3
votes

This article shows how you can use an Azure Resource Manager template to configure newer metric alerts in Azure Monitor. Resource Manager templates enable you to programmatically set up alerts in a consistent and reproducible way across your environments. Newer metric alerts are currently available on this set of resource types.