Hey Vishnu, great question!
Yes, once you enable Azure Local Monitoring, some alerts (like volume inaccessibility or heartbeat loss) are auto-generated even without explicitly configuring them. These are built-in platform alerts, similar in spirit to how SCOM monitors core components once a management pack is enabled.
That said, they’re not full equivalents to SCOM packs—Azure Monitor uses resource-level platform metrics and activity logs. The link you shared covers only the recommended alerts, but you can definitely go beyond them using custom log queries via Log Analytics.
To forward these alerts to email/ITSM:
For custom alerts: create a Log Search Alert → set the action group with Email or ITSM connector.
- For platform auto-alerts: you can still hook them into an action group by going to Activity Log Alerts in Azure Monitor and setting up alert rules for specific service health or resource condition events.
So yes, you can capture and route both kinds of alerts—just need to configure the appropriate action group for forwarding.
Hope this answers your queries. Feel free to reach out incase required.