Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft graph live status monitoring

Is there any portal where we can check the live status of different Microsoft Graph endpoints? Something like we have for Azure?

Recently when accessing some Graph endpoints from India we are getting lots of 504 on random endpoints, sometimes we also get 503.

Couple of months back all our calls were responded by the South India data center, now all calls are responded by the North (and sometimes West) Europe data centers.

Are there some issues with South India data center or the calls are directed because our Azure AD app is hosted in Europe data center?

like image 670
Deepak Sharma Avatar asked Oct 05 '17 20:10

Deepak Sharma


1 Answers

There isn't a central "Service Status" page for Microsoft Graph.

Keep in mind that Microsoft Graph maps to a number a number of underlying services. For most Microsoft Graph endpoints, you can assess the availability using the service health pages for Azure and Office:

  • Azure Status - for endpoints that rely on Azure Active Directory resources (users, groups, etc.)

  • O365 Service Health - for endpoints that rely on consumer O365 resources (Outlook.com, personal OneDrive, etc.)

  • O365 Admin Portal Health - for endpoints that rely on organizational O365 resources (SharePoint, OneDrive for Business, Exchange, Intune, etc.)

like image 104
Marc LaFleur Avatar answered Nov 01 '22 00:11

Marc LaFleur