Overview: App Insights has functionality to run scheduled web requests and log the output in App Insights. There are multiple advantages to this including end to end active monitoring of web sites and API's, and keeping the application warm.
Below I show a simple request to my blog (public website) and the results, Azure refers to this test type as a URL Ping test which is basically a URL HTTP GET request.
Wait a few minutes and Refresh to see the results:
Tip: The URL does need to be publicly available.
The content I used to test out the functionality comes from the Microsoft Docs site.
Also see Live Metric Stream that is part of App Insights.
Monitoring using Azure Monitor Dashboards:
- The image above shows a dashboard that can be used to monitor a SaaS applications PaaS Infrastructure.
- It's a good idea to create multiple dashboards and they can show the overview and allow the user to drill into specific areas.
- Internal boards watching key API's, HTTP uptime ping type requests is also a good idea.
More Info:
App Insights MultiStep Tests Replacement Option for MultiStep Test based on Azure Functions
0 comments:
Post a Comment