Is there a public API I can poll for server/region degradations?

Ryan 21 Reputation points
2022-08-18T06:43:38.527+00:00

Digging around in the docs, i've found Emerging Issues: https://learn.microsoft.com/en-us/rest/api/resourcehealth/emerging-issues/get?tabs=HTTP#impactedregion

and of course the status page: https://status.azure.com/en-gb/status

The emerging issues looks close, but i'm not sure it's as specific as "Scan regions/instance/servers types for degradations".

I'm looking for something that'll tell me when there's hints at network issues, or servers are being slow to respond etc

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,768 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,656 Reputation points
    2022-08-18T07:02:55.857+00:00

    @Ryan Thanks for reaching out. The Get Emerging Issues will only give you the Azure services' emerging issues.
    There is no out of box solution that can verify what are the services that might be affected on your subscription, but you can leverage the output statusActiveEvents that has the impacts details with the list of resource provider and region. You can have your custom solution that will get the details of your all resources along with the regions and compare whether Get Emerging Issues response has those affect reservice and resource.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful