Forum Discussion
Robert K
Jul 05, 2022Brass Contributor
How to get rid of warning 'Unable to acquire token for tenant 76a47f06...' with Connect-AzAccount?
How do I get rid of the warning 'WARNING: Unable to acquire token for tenant 76a47f06...' permanently and forever when I log in with 'Connect-AzAccount'? I have already deleted the file "C:\Users...
Rob_Goodridge
Aug 11, 2023Copper Contributor
You have multiple tenants so you need to specify -TenantId
- arnaudhelinDec 07, 2023Copper Contributor
Hi everyone,
I know its an old thread but for user who experienced the same issue, the action i described just after was the only solution which works for me.
Step 1 : Clear all the browser cache you have : Edge, Chrome, etc.
Step 2 : Go to C:\Users\<user>\AppData\Local
Step 3 : Remove the ".IdentityService" folder (Remark : could be hidden)
Reboot and enjoy
Edit 19/09/2024:
Now, i have to change the Az config doing Update-AzConfig -LoginExperienceV2 Off -EnableLoginByWam $false