Hello,
Welcome to Microsoft Q&A
Did you check Azure monitor alerts action rules? I hope this documentation from Microsoft help you clarify things.
- Azure Monitor > Alerts > Action Rules
- Ensure there’s no rule suppressing this alert
How to create a log search alert in Azure Monitor https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-log
Explains how to define the query, set frequency, and configure action groups.
Processing Rules (Action Rules)
Suppress or modify alerts with processing rules https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-action-rules
If your alerts aren't firing, an action rule might be suppressing or modifying them.
Troubleshoot alert rules that use log queries https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/troubleshoot-alerts-log
Microsoft’s official troubleshooting guide for this exact scenario.
Enable diagnostic settings for alerts https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!