In Azure Metric Alert rule. For example If i have 3 dimension with name "vm1", "vm2", "vm3" and condition is if cpu over 80% then trigger alert to pagerduty. If one of that have cpu over 80% then trigger to pagerduty with description or name is "Alert CPU Over 80% in {VMNAME in Dimension}. like this.
Have example or any way for config it.?
Azure Metric Alert rule. For example If i have 3 dimension with name "vm1", "vm2", "vm3" and condition is if
CPUover 80% then trigger alert to pagerduty.Note:
Azure Monitor Metric Alertsdo not support dynamic variables in the alert description field to trigger alerts for individualVirtual Machinenames.You can create separate metric alert rules for each
VMdimension with a static description.I have created an alert rule for when the
CPUload reaches80%on aVirtual Machine.Alert triggered when
CPUload reached 80% in the portal as below.Alert received to registered email as below.
You can similarly create multiple alerts for other virtual machines and apply an existing
Action Group.