Availability reports for Azure PaaS services

CSJ 21 Reputation points
2023-01-10T14:19:46.22+00:00

Customer would like to see the availability report of all Azure PaaS services on monthly basis and also to calculate the overall availability of our applications. Is it possible to generate an availability report / create a dashboard for Azure PaaS services?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,655 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 38,551 Reputation points Microsoft Employee Moderator
    2023-01-16T08:20:03.7766667+00:00

    Hi CSJ,

    Azure Service health helpful here in your case. Under Azure service health you can navigate to resource health to check health of resources. Click here to know more about Azure service health resource health.

    OR

    You can consider making REST API call to Azure service health to get Availability status of resource and then store the response in some SQL table and finally calculate average from there. Click here for REST API to check Availability Status by resource.

    Hope this helps.


    Please consider hitting Accept Answer button and hit Yes. Accepted answers help community as well.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,551 Reputation points Microsoft Employee Moderator
    2023-01-13T06:12:05.3866667+00:00

    Hi @CSJ ,

    Thank you for posting query in Microsoft Q&A Platform.

    You mean monitoring different PaaS services?

    Actually, Azure monitor service can be used to monitor azure services. You can enable diagnostic settings for all the services which are interested to store logs in log analytics tables and from there you can write queries in kusto to fetch data and populate widgets or reports. You can create your own PBI report also on top of log analytics data.

    Hope this helps.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.