I have an application which as intranet application. I have app insights configured on Azure. I want to configure the Availability test using URL ping method. Since my application is not on public internet, I am not able to implement the same. Please suggest the best approach to implement in this case.
Asked
Active
Viewed 492 times
0

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30

user2327358
- 33
- 5
-
2App Insights isn't an Azure DevOps service. It's an Azure service. – Daniel Mann Apr 27 '21 at 18:59
-
I modified the question. Thanks for the correction. – user2327358 Apr 28 '21 at 06:10
-
@user2327358 Have you had a chance to check the provided solution? – Bhargavi Annadevara May 04 '21 at 05:31
-
I am planning to have a worker service to implement a custom Availability test, as firewall option is not feasible. – user2327358 May 26 '21 at 15:53
1 Answers
0
The URL configured in an availability test can be any web page you want to test, but it must be visible from the public internet.
If your URL is not visible from the public internet, you can choose to selectively open up your firewall to allow only the test transactions through. To learn more about the firewall exceptions for availability test agents, consult the IP address guide.
If direct inbound communication with the availability test agents in public Azure cannot be allowed, the only option would be to create and host your own custom availability tests.
References:

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30