Hi ARUNA BELLURI,
Thanks for posting your question in Microsoft Q&A forum
To get more detailed service health information related to the Azure services in your tenant, you may want to consider using the Azure Resource Graph API. This tool allows you to query your Azure resources at scale and provides insights into various service health issues.
- You can execute the query outlined in the official Microsoft documentation using either Azure CLI or PowerShell. This query will help you retrieve details on any active service issues related to the Azure services you are using.
- Alternatively, if you prefer working within the Azure Portal, you can use the Azure Resource Graph Explorer to run the same query directly. The Azure Resource Graph Explorer provides an interactive interface to run queries and explore your resources and their associated service health data in the portal.
- This approach will enable you to stay on top of any service disruptions or issues affecting the resources within your Azure environment.
Document: List of sample Azure Resource Graph queries by category - Azure Resource Graph | Microsoft Learn
I hope the provided answer is helpful, do let me know if you have any further questions on this Please accept as Yes & upvote if the answer is helpful so that it can help others in the community.