Error Message with adding new Abonnement or new user

Hansjörg Rogen 20 Reputation points
2024-12-02T23:03:22.16+00:00

Dear Microsoft Team,

I got granted to join the "Microsoft for Startups Founders Hub" and i would like to transfer my start up (from the IT Agency Azure Tennant ) to my new azure Account. Everytime i want to add a new abonnement, i get an error message. I get another error message, if i want to add someone from the IT to help me with the transfer. Can you please help me? Thank you! Best regards, Hansjörg

{
  "sessionId": "5c32604aff784244a21039d861e418c4",
  "errors": [
    {
      "errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application '631d36ba-ddbd-4e88-807a-b8cd54f9b390'(Microsoft_Azure_Billing) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account. Trace ID: 7218e795-c830-4822-ab3d-66f4b3bc9c01 Correlation ID: 2e50f526-a783-420f-b60c-3c616b15e0a2 Timestamp: 2024-12-02 22:51:58Z",
      "clientId": "631d36ba-ddbd-4e88-807a-b8cd54f9b390",
      "scopes": [
        "https://graph.windows.net//.default"
      ]
    }
  ]
}
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Harpreet Singh Matharoo 8,401 Reputation points Microsoft Employee Moderator
    2024-12-03T05:38:57.89+00:00

    Hello @Hansjörg Rogen,

    Issue: When users try to login to Azure portal using their personal Microsoft Account (Outlook, Hotmail..) they are getting AADSTS160021 or AADSTS16000 or AADSTS50020 errors.

    Reason: Whenever you sign in Azure portal using Microsoft Personal Account you by default get connected to the Microsoft Services tenant (f8cdef31-a31e-4b4a-93e4-5f571e91255a).

    You can also confirm this by navigating to Azure Active Directory > Overview blade and you can see f8cdef31-a31e-4b4a-93e4-5f571e91255a as Tenant ID.

    In this default tenant, you do not have any directory associated with it which you can confirm by navigating to settings.

    User's image

    As this is a standard tenant without any directory associated, you cannot perform actions such as creating new users, groups, enterprise applications, and so on. To perform administrative actions, you must have administrative access to the tenant.

    Solution: For this purpose, you need to create your own tenant rather than using the Microsoft Services (f8cdef31-a31e-4b4a-93e4-5f571e91255a) tenant.

    To create a new tenant, open in-private/incognito browser window (just to avoid SSO), access https://azure.microsoft.com/en-us/free/ to create a free Azure account.

    User's image

    When you create a new tenant, you by default become the Global Administrator of the new tenant and have full access to all the options in that tenant.

    If you still want to access Entra portal using your personal Microsoft account only, you can invite that user as a guest user as mentioned here : https://learn.microsoft.com/en-us/azure/active-directory/external-identities/add-users-administrator#add-guest-users-to-the-directory and assign the Global Administrator role.

    Once you are added to an azure tenant and you accept the invite sent to you via email, you can use https://portal.azure.com/#create/Microsoft.AzureActiveDirectory URL to create your own tenant as well.

    Hope this will help. Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.