Create, view, and manage log alerts
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
Metric alerts can be managed with `az monitor metrics alert`:
```
az monitor metrics alert -h
Group
az monitor metrics alert : Manage near-realtime metric alert rules.
Commands:
create : Create a metric-based alert rule.
delete : Delete a metrics-based alert rule.
list : List metric-based alert rules.
show : Show a metrics-based alert rule.
update : Update a metric-based alert rule.
```
I want the same thing for **log alerts**.
Metric alerts has:
Create, view, and manage metric alerts using Azure Monitor
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-metric
Log alerts has:
Create, view, and manage log alerts using Azure Monitor
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-log
> Log alerts do not have dedicated PowerShell or CLI commands currently
Contributor guide
Assessment
This issue has not been assessed yet.