Skip to content

Commit cc04108

Browse files
authored
Merge pull request #95380 from CourtGoodson/patch-2
Update availability-overview.md
2 parents cbb0a38 + 628bc27 commit cc04108

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can set up availability tests for any HTTP or HTTPS endpoint that's accessib
1717
There are four types of availability tests:
1818

1919
* [URL ping test (classic)](monitor-web-app-availability.md): You can create this simple test through the 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.
20-
* [Standard test (Preview)](availability-standard-tests.md): This single request test is similar to the URL ping test. It includes 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.
20+
* [Standard test](availability-standard-tests.md): This single request test is similar to the URL ping test. It includes 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.
2121
* [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.
2222
* [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.
2323

@@ -36,7 +36,8 @@ See the dedicated [troubleshooting article](https://docs.microsoft.com/troublesh
3636
## Next steps
3737

3838
* [Availability alerts](availability-alerts.md)
39-
* [Multi-step web tests](availability-multistep.md)
4039
* [URL tests](monitor-web-app-availability.md)
40+
* [Standard Tests](availability-standard-tests.md)
41+
* [Multi-step web tests](availability-multistep.md)
4142
* [Create and run custom availability tests using Azure Functions](availability-azure-functions.md)
4243
* [Web Tests Azure Resource Manager template](/azure/templates/microsoft.insights/webtests?tabs=json)

0 commit comments

Comments
 (0)