Skip to content

Commit 0adcba7

Browse files
authored
Merge pull request #215522 from paulth1/app-articles-batch-8
edit pass: App articles batch 8
2 parents a41a259 + fed5f24 commit 0adcba7

File tree

6 files changed

+280
-306
lines changed

6 files changed

+280
-306
lines changed

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ In Java, many dependency calls can be automatically tracked by using the
617617
You use this call if you want to track calls that the automated tracking doesn't catch.
618618

619619
To turn off the standard dependency-tracking module in C#, edit [ApplicationInsights.config](./configuration-with-applicationinsights-config.md) and delete the reference to `DependencyCollector.DependencyTrackingTelemetryModule`. For Java, see
620-
[Suppressing specific autocollected telemetry](./java-standalone-config.md#suppressing-specific-auto-collected-telemetry).
620+
[Suppressing specific autocollected telemetry](./java-standalone-config.md#suppress-specific-auto-collected-telemetry).
621621

622622
### Dependencies in Log Analytics
623623

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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 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](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.
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.
20+
* [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.
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

@@ -27,7 +27,7 @@ There are four types of availability tests:
2727
You can create up to 100 availability tests per Application Insights resource.
2828

2929
> [!NOTE]
30-
> Availability tests are stored encrypted, according to [Microsoft Azure Data Encryption at rest](../../security/fundamentals/encryption-atrest.md#encryption-at-rest-in-microsoft-cloud-services) policies.
30+
> Availability tests are stored encrypted, according to [Azure data encryption at rest](../../security/fundamentals/encryption-atrest.md#encryption-at-rest-in-microsoft-cloud-services) policies.
3131
3232
## Troubleshooting
3333

@@ -37,7 +37,7 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
3737

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

0 commit comments

Comments
 (0)