Forum Discussion
Arslan11
Jun 04, 2020Brass Contributor
Monitoring URL links
Is there any way , where we can monitor a URL link on azure monitor, if it goes down. I have specified URL link at the bottom. http://net-web1:2738 What's the best apparch with regards to...
hspinto
Microsoft
Jun 05, 2020
the easiest way is to set up an Availability Test in an Application Insights instance:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-web-app-availability
If you need to monitor the endpoint from a VM, you can also use Connection Monitor:
https://docs.microsoft.com/en-us/azure/network-watcher/connection-monitor-preview
You can then create Azure Monitor alerts based on the results of any of the approaches above.