Skip to main content

Alerts

Alerting at scale with Azure Monitor

Alerting at scale with Azure Monitor

·212 words·1 min
In most enterprise environments governance dictates how alerting for a certain resource needs to look like. Until just recently Azure Monitor only supported to configure alerts based on individual resources and this had to be replicated throughout the organization.
Azure Monitoring & Operations hackathon

Azure Monitoring & Operations hackathon

·171 words·1 min
A request that I get many times is to provide guidance and best-practices on how to implement monitoring and operations management with and/or for Azure. Most organizations have subtle differences which makes it hard to put out a generic concept of how to enable this. There are high-level ideas but in my discussions with customers and partners I’m hearing that this is not detailed enough.
Azure Monitor alert time period vs. ago()

Azure Monitor alert time period vs. ago()

·457 words·3 mins
Every once in a while you might need to create an alert which runs a Log Analytics or Application Insights query. When designing the alert you need to define some attributes: the query, the time period, the frequency and the threshold.
Alert on requests/s for Azure App Service

Alert on requests/s for Azure App Service

·184 words·1 min
A customer of mine had the following rule configured: It was his expectation that this rule would be triggered when in the last five minutes at some point more that 200 requests/s were being made to the App Service. Unfortunately this is not the case. The rule will sum the number of requests for the last five minutes and if that number is > 200 the rule will trigger.