Skip to content

Commit 483df4c

Browse files
Merge pull request #230719 from AaronMaxwell/aaronmax-availability-update-03-14-23
classic test callout
2 parents b8c1f6b + 997b976 commit 483df4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/availability-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ You can set up availability tests for any HTTP or HTTPS endpoint that's accessib
1616

1717
There are four types of availability tests:
1818

19-
* [URL ping test (classic)](monitor-web-app-availability.md): You can create this test through the Azure portal to validate whether an endpoint is responding and measure performance associated with that response. You can also set custom success criteria coupled with more advanced features, like parsing dependent requests and allowing for retries.
2019
* [Standard test](availability-standard-tests.md): This single request test is similar to the URL ping test. It includes TLS/SSL certificate validity, proactive lifetime check, HTTP request verb (for example, `GET`, `HEAD`, or `POST`), custom headers, and custom data associated with your HTTP request.
21-
* [Multi-step web test (classic)](availability-multistep.md): You can play back this recording of a sequence of web requests to test more complex scenarios. Multi-step web tests are created in Visual Studio Enterprise and uploaded to the portal, where you can run them.
2220
* [Custom TrackAvailability test](availability-azure-functions.md): If you decide to create a custom application to run availability tests, you can use the [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) method to send the results to Application Insights.
21+
* Classic tests (**older versions of availability tests**)
22+
* [URL ping test](monitor-web-app-availability.md): You can create this test through the Azure portal to validate whether an endpoint is responding and measure performance associated with that response. You can also set custom success criteria coupled with more advanced features, like parsing dependent requests and allowing for retries.
23+
* [Multi-step web test (deprecated)](availability-multistep.md): You can play back this recording of a sequence of web requests to test more complex scenarios. Multi-step web tests are created in Visual Studio Enterprise and uploaded to the portal, where you can run them.
2324

2425
> [!IMPORTANT]
25-
> Both the [URL ping test](monitor-web-app-availability.md) and the [multi-step web test](availability-multistep.md) rely on the DNS infrastructure of the public internet to resolve the domain names of the tested endpoints. If you're using private DNS, you must ensure that the public domain name servers can resolve every domain name of your test. When that's not possible, you can use [custom TrackAvailability tests](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) instead.
26+
> The older classic tests, [URL ping test](monitor-web-app-availability.md) and [multi-step web test](availability-multistep.md), rely on the DNS infrastructure of the public internet to resolve the domain names of the tested endpoints. If you're using private DNS, you must ensure that the public domain name servers can resolve every domain name of your test. When that's not possible, you can use [custom TrackAvailability tests](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) instead.
2627
2728
You can create up to 100 availability tests per Application Insights resource.
2829

@@ -37,6 +38,5 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
3738

3839
* [Availability alerts](availability-alerts.md)
3940
* [Standard tests](availability-standard-tests.md)
40-
* [Multi-step web tests](availability-multistep.md)
4141
* [Create and run custom availability tests using Azure Functions](availability-azure-functions.md)
4242
* [Web tests Azure Resource Manager template](/azure/templates/microsoft.insights/webtests?tabs=json)

0 commit comments

Comments
 (0)