Azure monitoring and alerting

Crod 266 Reputation points
2020-03-02T17:32:09.153+00:00

What is everyone using for proper alerting and notification into a ticketing system as well as sms page out for oncall purposes. I work on a team that believes checking email continuously is a one all solution and trying to gauge what everyone is doing/using to better respond to issues - in a sense better positioned to be proactive.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,879 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,473 questions
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 21,181 Reputation points MVP
    2020-03-05T06:33:59.29+00:00

    Hi,
    Best is to forward these alerts into ITSM system and create incidents out of them. Incidents allows you follow trough the whole cycle from the beginning of the problem to its resolution. Action groups offer integration with a few ITSM systems by ITSM connector. You can of course write your own integration if the ITSM system has some API by calling the API directly via automation service like Logic app, function or automation runbook. From the ITSM system you can set some additional notification via systems like Pager Duty. Of course you can make your action group in a way that both creates incident in ITSM and in the same time uses Pager Duty for notification.

    I hope that answers your question.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. FrankHu-MSFT 976 Reputation points
    2020-03-02T19:12:27.647+00:00

    @Crod I'm not sure what you're request is. Are you asking for what sort of alert/notification system is being suggested for a ticketing system? These forums are meant for Azure related issues.

    Azure monitoring specifically is building out rules to set alerts/notifications. Per the docs, Azure Alerts supports voice, sms, and email : https://learn.microsoft.com/en-us/azure/azure-monitor/platform/alerts-rate-limiting

    This is what is supported, but what is a better notification system is a philosophical question, and if you have a better suggestion please submit it against the feedback forums here : https://feedback.azure.com/forums/231545-diagnostics-and-monitoring


  2. Dimitri Backaert 76 Reputation points
    2020-03-05T08:44:10.63+00:00

    Hi, I previously experienced the exact same scenario as Stan describes.
    Alerts, triggered by servers (high CPU usage, Disk storage capacity, etc.) were sent to the ITSM system, where actions (daily tasks) were automatically created.
    The responsible system engineer was automatically alerted, and had a hard deadline to resolve these issues, and prevent outages.
    KR,

    0 comments No comments

  3. Craig 1 Reputation point Microsoft Employee
    2020-03-14T17:53:53.803+00:00

    My team uses Azure Monitor Alerts, so recently I started pushing AAD Connect Run Profile Results to Azure Monitor Logs (formerly Log Analytics I think). Getting alerts is one thing, investigating them is another, and I really like the ability to query over run profile results using Kusto. We've only been doing it for a few months but it's working out pretty well so far.

    0 comments No comments