My Dashboard in Azure for App Services outage

165 views Asked by At

I am working on a custom Dashboard in Azure. My Application is hosted in an APp Service. If App services is down at Microsoft end, i want to show a Red Dot in my dashboard.

KUSTO will work here?

Some API calls i need to do and some Programming to create dashboard?

Please guide me

1

There are 1 answers

0
AudioBubble On

You can create the Azure dashboard using template deployment in which Azure offers the ability to orchestrate the deployment of multiple resources.

Once the required resources for Azure Dashboard can be configured in template ARM template format, you can deploy using REST APIs, PowerShell, Azure CLI and Azure Portal template deployment.

This Microsoft Documentation helps you to create the Azure Dashboard using the Sample Templates given.


You can enable Health checks for your App Service using Azure Monitor App and that you can bring on Azure Dashboard to see your app service is up or down in the form of graph.

Source: Azure Service Health Dashboard