Skip to content

Commit 4ef6421

Browse files
authored
Merge pull request #88696 from mrbullwinkle/mrb_09_12_2019_availability_fix
update regarding trackavailability()
2 parents 30c89fa + 03667df commit 4ef6421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: application-insights
99
ms.workload: tbd
1010
ms.tgt_pltfrm: ibiza
1111
ms.topic: conceptual
12-
ms.date: 06/19/2019
12+
ms.date: 09/16/2019
1313
ms.reviewer: sdash
1414
ms.author: mbullwin
1515
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The two terms may be referenced interchangeably. Availability tests is a more ge
9797

9898
* Configure your firewall to permit incoming requests from the [IP addresses
9999
of our web test agents](../../azure-monitor/app/ip-addresses.md).
100-
* Write your own code to periodically test your internal server. Run the code as a background process on a test server behind your firewall. Your test process can send its results to Application Insights by using [TrackAvailability()](https://docs.microsoft.com/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) API in the core SDK package. This requires your test server to have outgoing access to the Application Insights ingestion endpoint, but that is a much smaller security risk than the alternative of permitting incoming requests. The results will not appear in the availability web tests blades, but appears as availability results in Analytics, Search, and Metric Explorer.
100+
* Write your own code to periodically test your internal server. Run the code as a background process on a test server behind your firewall. Your test process can send its results to Application Insights by using [TrackAvailability()](https://docs.microsoft.com/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) API in the core SDK package. This requires your test server to have outgoing access to the Application Insights ingestion endpoint, but that is a much smaller security risk than the alternative of permitting incoming requests. The results will appear in the availability web tests blades though the experience will be slightly simplified from what is available for tests created via the portal. Custom availability tests will also appear as availability results in Analytics, Search, and Metrics.
101101

102102
### Uploading a multi-step web test fails
103103

0 commit comments

Comments
 (0)