Pick an account You will be signed in to Azure Storage AzCopy on a remote device or service. Select Back if you aren't trying to sign in to this application on a remote device or service. Selected user account does not exist in tenant 'Microsoft Services'
Pick an account
You will be signed in to Azure Storage AzCopy on a remote device or service. Select Back if you aren't trying to sign in to this application on a remote device or service.
Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '579a7132-0e58-4d80-b1e1-7a1e2d337859' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account.
2 answers
Sort by: Most helpful
-
-
Anand Prakash Yadav 7,795 Reputation points Microsoft Vendor
2024-06-03T11:03:54.0766667+00:00 Hello 张承志,
Thank you for posting your query here!
It seems you’re encountering an issue with Azure Storage AzCopy related to user account authentication. The error message “Selected user account does not exist in tenant ‘Microsoft Services’ and cannot access the application” indicates that the account you’re using needs to be added as an external user in the specified tenant.
Please provide the tenant ID (also known as the directory ID) associated with your Azure Active Directory (AD) and check. The tenant ID uniquely identifies your organization’s directory within Azure AD.
If you don't know your Azure AD Tenant Id already, one of the many ways to find it is by going to Azure Portal > Azure Active Directory > Your specific Azure AD > Properties (The Guid in Directory ID field is your Azure AD Tenant ID)
Now that you have the tenant ID, use it when running the azcopy login command:azcopy login --tenant-id=<tenant-id>
Similar issue: https://stackoverflow.com/questions/62487154/azcopy-authenticate-selected-user-account-does-not-exist-in-tenant
Do let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.