You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/availability-overview.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,17 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
45
45
46
46
This section provides answers to common questions.
47
47
48
-
### Can I run Availability web tests on an intranet server?
48
+
### Can I run Availability tests on an intranet server?
49
49
50
50
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:
51
51
52
52
***Firewall door**: Allow requests to your server from [the long and changeable list of web test agents](../ip-addresses.md).
53
53
***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.
54
54
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**
0 commit comments