Skip to content

Commit 9144afe

Browse files
Merge pull request #227634 from AaronMaxwell/aaronmax-deprecated-ping-test-links-2
bulk removing links to deprecated URL ping tests
2 parents 18684df + 7774874 commit 9144afe

9 files changed

+10
-11
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
3636
## Next steps
3737

3838
* [Availability alerts](availability-alerts.md)
39-
* [URL tests](monitor-web-app-availability.md)
4039
* [Standard tests](availability-standard-tests.md)
4140
* [Multi-step web tests](availability-multistep.md)
4241
* [Create and run custom availability tests using Azure Functions](availability-azure-functions.md)

articles/azure-monitor/app/availability-standard-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 11/15/2022
77

88
# Standard test
99

10-
A Standard test is a single request test that's similar to the [URL ping test](monitor-web-app-availability.md) but more advanced. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include SSL certificate validity, proactive lifetime check, HTTP request verb (for example, `GET`,`HEAD`, and `POST`), custom headers, and custom data associated with your HTTP request.
10+
A Standard test is a type of availability test that checks the availability of a website by sending a single request. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include SSL certificate validity, proactive lifetime check, HTTP request verb (for example, `GET`,`HEAD`, and `POST`), custom headers, and custom data associated with your HTTP request.
1111

1212
To create an availability test, you must use an existing Application Insights resource or [create an Application Insights resource](create-new-resource.md).
1313

articles/azure-monitor/app/azure-web-apps-net-core.md

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

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

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

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

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

articles/azure-monitor/app/configuration-with-applicationinsights-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The standard initializers are all set either by the web or WindowsServer NuGet p
133133

134134
The `<Filters>` set identifying properties of the requests.
135135
* `UserTelemetryInitializer` updates the `Id` and `AcquisitionDate` properties of the `User` context for all telemetry items with values extracted from the `ai_user` cookie generated by the Application Insights JavaScript instrumentation code running in the user's browser.
136-
* `WebTestTelemetryInitializer` sets the user ID, session ID, and synthetic source properties for HTTP requests that come from [availability tests](./monitor-web-app-availability.md). The `<Filters>` set identifying properties of the requests.
136+
* `WebTestTelemetryInitializer` sets the user ID, session ID, and synthetic source properties for HTTP requests that come from [availability tests](availability-overview.md). The `<Filters>` set identifying properties of the requests.
137137

138138
For .NET applications running in Azure Service Fabric, you can include the `Microsoft.ApplicationInsights.ServiceFabric` NuGet package. This package includes a `FabricTelemetryInitializer` property, which adds Service Fabric properties to telemetry items. For more information, see the [GitHub page](https://github.com/Microsoft/ApplicationInsights-ServiceFabric/blob/master/README.md) about the properties added by this NuGet package.
139139

articles/azure-monitor/app/data-retention-privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are three sources of data:
5050
* Each SDK has many [modules](./configuration-with-applicationinsights-config.md), which use different techniques to collect different types of telemetry.
5151
* If you install the SDK in development, you can use its API to send your own telemetry, in addition to the standard modules. This custom telemetry can include any data you want to send.
5252
* In some web servers, there are also agents that run alongside the app and send telemetry about CPU, memory, and network occupancy. For example, Azure VMs, Docker hosts, and [Java application servers](./opentelemetry-enable.md?tabs=java) can have such agents.
53-
* [Availability tests](./monitor-web-app-availability.md) are processes run by Microsoft that send requests to your web app at regular intervals. The results are sent to Application Insights.
53+
* [Availability overview](availability-overview.md) are processes run by Microsoft that send requests to your web app at regular intervals. The results are sent to Application Insights.
5454

5555
### What kind of data is collected?
5656

@@ -62,7 +62,7 @@ The main categories are:
6262
* Client and server context: OS, locale, device type, browser, and screen resolution.
6363
* [Exceptions](./asp-net-exceptions.md) and crashes: Stack dumps, `build id`, and CPU type.
6464
* [Dependencies](./asp-net-dependencies.md): Calls to external services such as REST, SQL, and AJAX. URI or connection string, duration, success, and command.
65-
* [Availability tests](./monitor-web-app-availability.md): Duration of test and steps, and responses.
65+
* [Availability tests](availability-overview.md): Duration of test and steps, and responses.
6666
* [Trace logs](./asp-net-trace-logs.md) and [custom telemetry](./api-custom-events-metrics.md): Anything you code into your logs or telemetry.
6767

6868
For more information, see the section [Data sent by Application Insights](#data-sent-by-application-insights).

articles/azure-monitor/app/deprecated-java-2x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ Add the following binding code to the configuration file:
11921192
<!--Link references-->
11931193
[api]: ./api-custom-events-metrics.md
11941194
[apiexceptions]: ./api-custom-events-metrics.md#trackexception
1195-
[availability]: ./monitor-web-app-availability.md
1195+
[availability]: ./availability-overview.md
11961196
[diagnostic]: ./diagnostic-search.md
11971197
[javalogs]: #explore-java-trace-logs-in-application-insights
11981198
[metrics]: ../essentials/metrics-charts.md

articles/azure-monitor/app/diagnostic-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The event types are:
6161
* **Custom Event**: If you inserted calls to `TrackEvent()` to [monitor usage](./api-custom-events-metrics.md), you can search them here.
6262
* **Exception**: Uncaught [exceptions in the server](./asp-net-exceptions.md), and the exceptions that you log by using `TrackException()`.
6363
* **Dependency**: [Calls from your server application](./asp-net-dependencies.md) to other services such as REST APIs or databases, and AJAX calls from your [client code](./javascript.md).
64-
* **Availability**: Results of [availability tests](./monitor-web-app-availability.md).
64+
* **Availability**: Results of [availability tests](availability-overview.md)
6565

6666
## Filter on property values
6767

@@ -147,5 +147,5 @@ We don't log the POST data automatically, but you can use [TrackTrace or log cal
147147

148148
* [Write complex queries in Analytics](../logs/log-analytics-tutorial.md)
149149
* [Send logs and custom telemetry to Application Insights](./asp-net-trace-logs.md)
150-
* [Set up availability and responsiveness tests](./monitor-web-app-availability.md)
150+
* [Availability overview](availability-overview.md)
151151
* [Troubleshooting](../faq.yml)

0 commit comments

Comments
 (0)