Skip to content

Commit 970a17a

Browse files
authored
Update availability-overview.md
Adding user agent string to docs
1 parent 5d376f2 commit 970a17a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,20 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
3838

3939
This section provides answers to common questions.
4040

41-
### Can I run Availability web tests on an intranet server?
41+
### Can I run Availability tests on an intranet server?
4242

4343
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:
4444

4545
* **Firewall door**: Allow requests to your server from [the long and changeable list of web test agents](./ip-addresses.md).
4646
* **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.
4747

48+
### What is the user agent string for availability tests?
49+
50+
The user agent string is **Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; AppInsights**
51+
4852
## Next steps
4953

5054
* [Availability alerts](availability-alerts.md)
5155
* [Standard tests](availability-standard-tests.md)
5256
* [Create and run custom availability tests using Azure Functions](availability-azure-functions.md)
53-
* [Web tests Azure Resource Manager template](/azure/templates/microsoft.insights/webtests?tabs=json)
57+
* [Web tests Azure Resource Manager template](/azure/templates/microsoft.insights/webtests?tabs=json)

0 commit comments

Comments
 (0)