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...
Neil_Mullins
Jun 07, 2024Copper Contributor
I had the same problem but found out what the issue was for me. I was opening my powershell as administrator, when I don't do that I was able to log on.
vicmct
Microsoft
Jun 17, 2024Try:
Update-AzConfig -EnableLoginByWam $false
and then:
Connect-AzAccount
Update-AzConfig -EnableLoginByWam $false
and then:
Connect-AzAccount