Skip to content

Commit 5873b52

Browse files
authored
Merge pull request #276593 from CourtGoodson/main
Update availability-overview.md
2 parents 3879651 + 970a17a commit 5873b52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
4545

4646
This section provides answers to common questions.
4747

48-
### Can I run Availability web tests on an intranet server?
48+
### Can I run Availability tests on an intranet server?
4949

5050
Our [web tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) run on points of presence that are distributed around the globe. There are two solutions:
5151

5252
* **Firewall door**: Allow requests to your server from [the long and changeable list of web test agents](../ip-addresses.md).
5353
* **Custom code**: Write your own code to send periodic requests to your server from inside your intranet. You could run Visual Studio web tests for this purpose. The tester could send the results to Application Insights by using the `TrackAvailability()` API.
5454

55+
### What is the user agent string for availability tests?
56+
57+
The user agent string is **Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; AppInsights**
58+
5559
## Next steps
5660

5761
* [Availability alerts](availability-alerts.md)

0 commit comments

Comments
 (0)