Forum Discussion
Nov 16, 2022
Uptime Monitoring of Azure Databases in Azure Dashboards
Hi All,
I was looking for if there can be a way to monitor Azure Databases (SQL/ MySQL) uptime and present that into a shared dashboard so that uptime of all databases in Azure subscription can be ...
- Nov 22, 2022
Pradeep Kandel This question or similar question was answered by me on this Microsoft QA forum thread.
Nov 22, 2022
Pradeep Kandel This question or similar question was answered by me on this Microsoft QA forum thread.
- Nov 29, 2022Thanks AlbertoMorillo. Any suggestions on App Service uptime monitoring as well would be greatly helpful. I am looking to generate total no. of hours App Service is running in the past 30 days (for example) or total no. of hours application is down in the same period.
- Nov 30, 2022You can get the availability status of a specific Azure resource by querying the REST API of resource health. https://learn.microsoft.com/en-us/rest/api/resourcehealth/availability-statuses/get-by-resource?tabs=HTTP
This an alternative for all Azure resources.