Where are the Azure App Server Alerts documented

David Thielen 2,506 Reputation points
2024-07-02T15:12:20.4133333+00:00

Hi all;

I can find a lot of documentation listing the Azure App Service Monitor | Alerts functionality. But I can't find what the settings mean specifically.

For Response Time, What does the Operator Greater or Less than mean? And what do the Threshold Sensitivity settings mean? I think what I want is an email when it gets overloaded. But I have no idea what settings will tell me that.

For Health check status I want to get an email if anything goes bad (warning or error). So what is the Threshold value setting? And I probably need to know the specifics of the other settings.

thanks - dave

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,264 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vinodh247-1375 12,506 Reputation points
    2024-07-03T05:41:33.83+00:00

    Hi David Thielen,

    Thanks for reaching out to Microsoft Q&A.

    Greater Than:

    Triggers an alert if the response time exceeds the specified threshold.

    Less Than:

    Triggers an alert if the response time falls below the specified threshold, which could indicate underutilization or an error in reporting.

    Threshold Sensitivity:

    Adjusts the alert’s sensitivity to fluctuations in the monitored metric. Higher sensitivity means alerts will trigger with smaller deviations from the threshold.

    Health Check Status Threshold:

    A value that determines when an alert should be triggered based on the health check status. Setting it to “Any” will notify you for any warning or error.

    https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-alerts

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.


1 additional answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,286 Reputation points
    2024-07-03T07:31:01.8966667+00:00

    Hi @David Thielen to set up Azure App Service alerts effectively, here are the key points regarding your specific requirements:

    Response Time Alerts

    Operator Greater or Less Than:

    • Greater Than: Triggers an alert when the response time exceeds the specified threshold.
    • Less Than: Triggers an alert when the response time is below the specified threshold.

    Threshold Sensitivity:

    • Low Sensitivity: Triggers fewer alerts, suitable for avoiding false positives.
    • Medium Sensitivity: Balances between low and high sensitivity.
    • High Sensitivity: Triggers alerts more frequently, ideal for critical applications where any deviation needs immediate attention.

    The Threshold value for Health Check Status is used to define the condition that will trigger the alert. If the health check status falls below this threshold, the alert will be triggered.

    To get an email for any warning or error, you'd want to set a low threshold, possibly 0 or choose an appropriate threshold based on your performance benchmarks. Higher sensitivity is recommended if you need immediate notifications for any overload instances​

    Best,

    Grace