Skip to content

Commit 180fe5d

Browse files
committed
bulk removing links to deprecated URL ping tests
1 parent ea5b0e0 commit 180fe5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-monitor/app/status-monitor-v2-detailed-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ See the [API reference](./status-monitor-v2-api-reference.md#enable-applicationi
231231
232232
Add more telemetry:
233233
234-
- [Availability overview](availability-overview.md)
234+
- [Create web tests](monitor-web-app-availability.md) to make sure your site stays live.
235235
- [Add web client telemetry](./javascript.md) to see exceptions from web page code and to enable trace calls.
236236
- [Add the Application Insights SDK to your code](./asp-net.md) so you can insert trace and log calls.
237237

articles/azure-monitor/app/status-monitor-v2-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Enable-ApplicationInsightsMonitoring -ConnectionString 'InstrumentationKey=00000
9595

9696
Add more telemetry:
9797

98-
- [Availability overview](availability-overview.md)
98+
- [Create web tests](monitor-web-app-availability.md) to make sure your site stays live.
9999
- [Add web client telemetry](./javascript.md) to see exceptions from webpage code and to enable trace calls.
100100
- [Add the Application Insights SDK to your code](./asp-net.md) so that you can insert trace and log calls.
101101

articles/azure-monitor/app/status-monitor-v2-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ View your telemetry:
9898
9999
Add more telemetry:
100100
101-
* [Availability overview](availability-overview.md)
101+
* [Create web tests](monitor-web-app-availability.md) to make sure your site stays live.
102102
* [Add web client telemetry](./javascript.md) to see exceptions from webpage code and to enable trace calls.
103103
* [Add the Application Insights SDK to your code](./asp-net.md) so that you can insert trace and log calls.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ For the latest updates and bug fixes, see the [release notes](./release-notes.md
459459
* [Explore user flows](./usage-flows.md) to understand how users navigate through your app.
460460
* [Configure a snapshot collection](./snapshot-debugger.md) to see the state of source code and variables at the moment an exception is thrown.
461461
* [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.
462-
* [Availability overview](availability-overview.md)
462+
* Use [availability tests](./monitor-web-app-availability.md) to check your app constantly from around the world.
463463
* [Dependency Injection in ASP.NET Core](/aspnet/core/fundamentals/dependency-injection)
464464
* [Logging in ASP.NET Core](/aspnet/core/fundamentals/logging)
465465
* [.NET trace logs in Application Insights](./asp-net-trace-logs.md)

0 commit comments

Comments
 (0)