AADSTS500200: User account '******@outlook.com' is a personal Microsoft account.

chivik 0 Reputation points
2025-06-11T13:35:20.5566667+00:00

Trying to access my Azure databases from ssms and getting this error (AADSTS500200: User account '******@outlook.com' is a personal Microsoft account.), how can i fix this as or way around it.

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vigneshwar Duvva 2,300 Reputation points Microsoft External Staff Moderator
    2025-06-12T10:48:05.33+00:00

    Hello @chivik

    You cannot use a personal Microsoft account to access Azure SQL Database unless it is added as a guest in your Azure AD tenant. The recommended approach is to use an organizational account or invite your personal account as a guest and assign the necessary database permissions.

    In the Azure portal, go to Microsoft Entra ID > Users > New guest user.

    Enter your personal Microsoft account email (e.g., ******@outlook.com).

    Complete the invitation process. After accepting the invite, your personal account will be a guest in the tenant and can be assigned access to the database.

    Select Invite external user from the menu.

    Screenshot of the invite external user menu option.

    Follow this documentation invite external users
    quickstart-add-guest-users-portal

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


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.