form https://www.cloudsma.com/2020/01/azure-monitor-alerting-at-scale-iaas/
In this post I will expand upon the methods I showed here and show you how I do IaaS Alerting in Azure Monitor. As a refresher I believe alerting at scale is:
- Programmatic Alert Creation
- Automatically adds/removes resources
Having read my previous posts you’ll also know that I prefer a Log Analytics workspace for Metric alerts. I prefer this for a few reasons, which I’ll go into below.
PowerShell Modules and Commands
To create our alerts we’ll need the following modules:
- Az.Monitor
- Az.OperationalInsights
We’ll also need the following commands:
Last updated:2020-11-23