Skip to content

Commit db40537

Browse files
committed
bulk removing links to deprecated URL ping tests
1 parent 2312f21 commit db40537

10 files changed

+11
-11
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,5 +755,5 @@ For the latest updates and bug fixes, see the [release notes](./release-notes.md
755755
* [Explore user flows](./usage-flows.md) to understand how users move through your app.
756756
* [Configure a snapshot collection](./snapshot-debugger.md) to see the state of source code and variables at the moment an exception is thrown.
757757
* [Use the API](./api-custom-events-metrics.md) to send your own events and metrics for a detailed view of your app's performance and usage.
758-
* Use [availability tests](./monitor-web-app-availability.md) to check your app constantly from around the world.
758+
* Use [availability tests](./availability-overview.md) to check your app constantly from around the world.
759759
* Learn about [dependency injection in ASP.NET Core](/aspnet/core/fundamentals/dependency-injection).

articles/azure-monitor/app/asp-net-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ A list of the latest [currently supported modules](https://github.com/microsoft/
268268

269269
* [Exceptions](./asp-net-exceptions.md)
270270
* [User and page data](./javascript.md)
271-
* [Availability](./monitor-web-app-availability.md)
271+
* [Availability](./availability-overview.md)
272272
* Set up custom dependency tracking for [Java](opentelemetry-enable.md?tabs=java#add-custom-spans).
273273
* Set up custom dependency tracking for [OpenCensus Python](./opencensus-python-dependency.md).
274274
* [Write custom dependency telemetry](./api-custom-events-metrics.md#trackdependency)

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Perhaps your application sends voluminous amounts of data and you're using the A
254254

255255
<!--Link references-->
256256

257-
[availability]: ./monitor-web-app-availability.md
257+
[availability]: ./availability-overview.md
258258
[diagnostic]: ./diagnostic-search.md
259259
[exceptions]: asp-net-exceptions.md
260260
[portal]: https://portal.azure.com/

articles/azure-monitor/app/asp-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,5 @@ For the latest updates and bug fixes, [consult the release notes](./release-note
379379

380380
## Next steps
381381

382-
* Add synthetic transactions to test that your website is available from all over the world with [availability monitoring](monitor-web-app-availability.md).
382+
* Add synthetic transactions to test that your website is available from all over the world with [availability monitoring](availability-overview.md).
383383
* [Configure sampling](sampling.md) to help reduce telemetry traffic and data storage costs.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ See the dedicated [Troubleshooting article](troubleshoot-availability.md).
6767
## Next steps
6868

6969
- [Multi-step web tests](availability-multistep.md)
70-
- [URL ping web tests](monitor-web-app-availability.md)
70+
- [Availability](availability-overview.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.devlang: csharp
88

99
# Create and run custom availability tests by using Azure Functions
1010

11-
This article explains how to create an Azure function with `TrackAvailability()` that will run periodically according to the configuration given in the `TimerTrigger` function with your own business logic. The results of this test will be sent to your Application Insights resource, where you can query for and alert on the availability results data. Then you can create customized tests similar to what you can do via [availability monitoring](./monitor-web-app-availability.md) in the Azure portal. By using customized tests, you can:
11+
This article explains how to create an Azure function with `TrackAvailability()` that will run periodically according to the configuration given in the `TimerTrigger` function with your own business logic. The results of this test will be sent to your Application Insights resource, where you can query for and alert on the availability results data. Then you can create customized tests similar to what you can do via [availability monitoring](./availability-overview.md) in the Azure portal. By using customized tests, you can:
1212

1313
- Write more complex availability tests than is possible by using the portal UI.
1414
- Monitor an app inside of your Azure virtual network.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ For troubleshooting help, see the dedicated [troubleshooting](troubleshoot-avail
154154

155155
## Next steps
156156

157-
* [Availability alerts](availability-alerts.md)
158-
* [URL ping web tests](monitor-web-app-availability.md)
157+
* [Availability overview](availability-overview.md)
158+
* [Availability alerts](availability-alerts.md)

articles/azure-monitor/app/availability-private-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ For more information, see the [troubleshooting article](troubleshoot-availabilit
4949

5050
* [Azure Private Link](../logs/private-link-security.md)
5151
* [Availability alerts](availability-alerts.md)
52-
* [URL tests](monitor-web-app-availability.md)
52+
* [Availability overview](availability-overview.md)
5353
* [Create and run custom availability tests by using Azure Functions](availability-azure-functions.md)

articles/azure-monitor/app/azure-vm-vmss-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ Added the ASP.NET Core auto-instrumentation feature.
220220

221221
## Next steps
222222
* Learn how to [deploy an application to an Azure virtual machine scale set](../../virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md).
223-
* [Set up availability web tests](monitor-web-app-availability.md) to be alerted if your endpoint is down.
223+
* [Availability overview](availability-overview.md)

articles/azure-monitor/app/azure-web-apps-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ For the latest updates and bug fixes, [consult the release notes](web-app-extens
118118
* [Monitor service health metrics](../data-platform.md) to make sure your service is available and responsive.
119119
* [Receive alert notifications](../alerts/alerts-overview.md) whenever operational events happen or metrics cross a threshold.
120120
* Use [Application Insights for JavaScript apps and web pages](javascript.md) to get client telemetry from the browsers that visit a web page.
121-
* [Set up Availability web tests](monitor-web-app-availability.md) to be alerted if your site is down.
121+
* [Availability overview](availability-overview.md)

0 commit comments

Comments
 (0)