Azure Monitor · Arazzo Workflow
Azure Monitor Alert Rule Audit
Version 1.0.0
List classic alert rules in a resource group, branch on whether any exist, then inspect and re-tag the first rule.
Provider
Workflows
audit-alert-rules
List classic alert rules and tag the first one as audited when present.
Lists the classic metric alert rules in a resource group, and when any exist, reads the first rule and patches its tags to record an audit marker.
1
listAlertRules
AlertRules_ListByResourceGroup
List the classic metric alert rules in the resource group and branch on whether any exist.
2
getAlertRule
AlertRules_Get
Read the named alert rule in detail to capture its enabled state and condition before tagging it.
3
tagAlertRule
AlertRules_Update
Patch the alert rule's tags to record that it has been audited.