How to fix that : Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application 'e0001ebd-e920-49b8-a27e-92e573ec0af6' in that tenant. The account needs to be added as an external user in the tenant first.

Patryk.Laszewski 0 Reputation points
2025-12-05T05:58:45+00:00

When i am trying to connect to azure storage explorer for the first once for set up a connection to azure storage ,with the azure credentials,i can do this with user with which log in to azure and that message appear:

Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application 'e0001ebd-e920-49b8-a27e-92e573ec0af6' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-05T05:58:59.55+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error message you are encountering indicates that the user account you are using to access Azure Storage Explorer does not exist in the tenant associated with the application. This can happen if the account is not added as an external user in the tenant or if there are issues with the account's permissions.

    To resolve this issue, you can try the following steps:

    1. Add the User as an External User: Ensure that the user account you are trying to use is added as an external user in the Microsoft Entra ID tenant. You can do this by following the steps outlined in the Microsoft documentation for adding guest users.
    2. Check Conditional Access Policies: If your organization uses Microsoft Entra Conditional Access policies, ensure that the policies are not blocking access for external users. You may need to adjust these policies to allow guest access.
    3. Use the Correct Sign-in URL: Make sure you are using the appropriate sign-in URL for your application. If your app registration is set to allow external users, ensure that the sign-in URL matches the account type you are using.
    4. Verify Account Type: Check if the account type in the app registration supports external users. If it is set to single-tenant, you will need to change it to allow multi-tenant access.

    By following these steps, you should be able to resolve the issue and successfully connect to Azure Storage Explorer.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.