The preferred replica is unavailable - Microsoft Graph [closed]

安稳与你 提交于 2020-05-17 08:49:16

问题


While creating user using microsoft graph,it was working fine yesterday but now I am getting the error below.

    "error": {
        "code": "Directory_ReplicaUnavailable",
        "message": "The preferred replica is unavailable. Please retry your request.",
        "innerError": {
            "request-id": "19030bd0-0aad-49cf-9d40-6fcb7fb4360e",
            "date": "2020-05-08T14:35:45"
        }
    }

回答1:


Subscription will not affect operations against Azure AD, such as creating users.

It should be an issue with Microsoft service side. Please have a retry after a few hours.



来源:https://stackoverflow.com/questions/61681648/the-preferred-replica-is-unavailable-microsoft-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!