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 monitoring from single pane of glass.
Is this even possible?
Would really appreciate your thoughts and support on this.
Pradeep Kandel This question or similar question was answered by me on this Microsoft QA forum thread.
- AlbertoMorilloBrass Contributor
Pradeep Kandel This question or similar question was answered by me on this Microsoft QA forum thread.
- Thanks 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.
- AlbertoMorilloBrass ContributorYou 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.