Share via

Azure Availability test in Azure Application insight

SriRaghavendran Prabhakaran 425 Reputation points
2025-05-14T11:44:41.1766667+00:00

Hello team.

I have a requirement to configure Azure Availability test in Azure application insight. the requirement is to when there is a failure in first endpoint, I have to check 2nd end point availability and if there is no failure in 1st then no need for 2nd end point availability. I can able to set up Availability test for single end point at standard test option. do you have option in Availability test matching my requirement. thanks in advance.

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

0 comments No comments

Answer accepted by question author
  1. Pranay Reddy Madireddy 6,340 Reputation points Moderator
    2025-05-14T16:23:05.5966667+00:00

    Hi SriRaghavendran Prabhakaran

    Unfortunately, as of now, Azure Application Insights does not support conditional availability tests that would allow you to check a second endpoint only if the first one fails. The availability tests are designed to monitor individual endpoints independently. You can set up a standard availability test for a single endpoint, but there is no built-in feature to chain tests based on the success or failure of previous tests.

    For your requirement, you may need to implement a custom solution outside of the standard availability tests, such as using a monitoring script or a custom application that checks the first endpoint and, upon failure, checks the second endpoint.

    User's image

    https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability?tabs=standard#types-of-availability-tests

    Kindly let us know if the above helps or you need further assistance on this issue.

     


    Please do not forget to "Accept the answer” and upvote it wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.