メイン コンテンツにスキップ

 Subscribe

This blog post was co-authored by Vijay Nagarajan, Senior Program Manger and Kiran Madnani, Principal PM Manager, Azure Infrastructure Management.

This feature is now generally available. In addition to the Azure portal, you can invoke the Scheduled Query Rules REST API directly or from Azure CLI, PowerShell and Azure resource manager templates (read managing log alert using resource manager). Pricing is available on the Azure Monitor pricing page.

Application Insights is an extensible application performance management (APM) service for web developers on multiple platforms. Customers use Application Insights to monitor live web applications, detect performance anomalies, diagnose issues and to understand usage patterns. In addition to the alerts on application health based on different metrics, you can now monitor e-log files by setting up a query to run at specified intervals and trigger alerts based on the result. For example, let’s say you deployed a new fix for a specific exception and want to make sure it doesn’t surface again. You can now setup an alert to trigger if that exception appears in your Application Insights trace file.

Log Alerts for Application Insights can be accessed from the new Azure Alerts experience. Learn more about Azure Alerts (preview). Create a new alert and specify the target resource to be Application Insights:

Alerts - Select Application Insights

Log Analytics customers will find a familiar interface for creating alerts. Much like Log Analytics, log alerts support two types:

  • Number of Records: Triggers alerts based on the number of records returned for query on Application Insights. For example: Want an alert every time your webapp gives a 500 response. Create a log alert of type number of records and threshold set as one with query: requests | where resultCode == “500”
  • Metric Measurement: Triggers alerts based on pattern of numeric value aggregated by the query on Application Insights. For example, want an alert if duration of your ping/availability tests on Application Insights across regions is on average very high for two consecutive periods of 15 minutes. Create a log alert of type metric measurement with trigger on continuous breach more than two and aggregation on AggregateValue with query: availabilityResults | summarize AggregatedValue = avg(duration) by bin(timestamp, 15m)

Alerts - Log Alerts - Application Insights (003)

More details on log alerts can be found in Microsoft Azure Documentation for Log Alerts. Here is a short video to help you get started with Log Alerts for Application (preview).

The Log Alerts for Application Insights and the new alerts experience are both in preview and will be rolling out in a scheduled manner to all regions from today. We would love to hear your feedback, email us at: azurealertsfeedback@microsoft.com.
  • Explore

     

    Let us know what you think of Azure and what you would like to see in the future.

     

    Provide feedback

  • Build your cloud computing and Azure skills with free courses by Microsoft Learn.

     

    Explore Azure learning


Join the conversation