Azure Monitor Application Insights provides standard tests that help website owners evaluate the availability and responsiveness of their websites. These tests work by sending HTTP or HTTPS requests to an endpoint at regular intervals, allowing site owners to monitor their site's accessibility from different locations around the globe. Using these tests, they can gain valuable insights into their site's overall performance and availability.

One of the key features of these tests is their ability to validate the response. They determine if a website is functioning properly and ensure that the responses received are correct. Response validation includes verifying the returned content or the response time, both essential for providing users with a high-quality experience.

Standard tests come with customization options, meaning website administrators can adjust the frequency of tests, select the geographic locations of test servers, and specify request headers. This flexibility enables website owners to customize tests according to their specific requirements and scenarios, offering a comprehensive and reliable approach to monitoring their site's responsiveness and availability.

In this tip, you will learn how to create a standard availability test for your website using Azure Monitor Application Insights.

Once the test has been created, you can view the results of the test by navigating to the Availability tab and clicking on the test. The following screenshot shows the results of the test that we created earlier.

Availability tab

To explore the various features of Application Insights Availability Tests, please refer to the official documentation.