Microsoft Account Azure Login Problem Resolved
Date Published: 15 December 2022
In November 2022, I started having problems logging into the Azure portal with my Microsoft Account that I've had for years, and which worked elsewhere. I managed to resolve the issue finally with the help of a Microsoft support ticket. Read on if you're having a similar problem.
The Problem
When logging into the Azure Portal (portal.azure.com), with my Microsoft Account (which is not a "Work or School Account"), the login would fail with one of several errors or behaviors. After intermittently trying to resolve the issue for several weeks, I started getting frustrated and posting to Twitter and emailing my Microsoft contacts.
Here's another example when I try to sign into #Azure directly...
— Steve "ardalis" Smith (@ardalis) December 13, 2022
At the bottom it says "If you plan on getting help for this problem..."
I mean, I'd *hoped* to get help but apparently there's no actual way to do that. That text should have been a link to said help. pic.twitter.com/KWXvNk07Mt
Sometimes logging in would result in a dialog like this one:
Of course, it doesn't say anything about what additional information is required, and if you click the 'Next' button, it just slightly animates and hangs forever:
This screenshot isn't animated, but some dots would move along the top and inspecting in dev tools reveals that this is a "marching ants" animation. But it's 100% useless if you're experiencing this problem, and no network requests are visible in dev tools when you click 'Next', which doesn't help with troubleshooting.
If you try logging in with another account, you may get this error:
This looks like it might provide helpful information. There's mention of "getting help" and reference GUIDs for things like 'Request Id' and 'Correlation Id'. When I finally was able to talk to a Microsoft support engineer, there were no diagnostics available to them related to these IDs, unfortunately (even when I clicked "Enable Flagging" and reproduced the problem on a Teams call with them). So, while it was nice to see an actual error message instead of an endless animation, it didn't actually help me resolve the problem, either.
Note that one of my Azure-hosted web apps was experiencing issues that I could only diagnose and fix easily from the portal, so not being able to log in was becoming increasingly annoying not just to me but also my customers.
Things I Tried That Did Not Work
If you start searching for help on problems with logging in using Microsoft accounts, you'll find no end of folks sharing your frustrations. Microsoft definitely doesn't make this the best user experience possible, nor do they seem to have any proactive support contacting customers having problems or fixing root causes behind the scenes. This is unfortunate since Microsoft Accounts and authentication are required for Microsoft's biggest products. It's an obvious single point of failure that the company should recognize and prioritize accordingly with more resources, but that's a story for another day.
Unfortunately, because there are so many issues with the experience, there's an overwhelming number of possible solutions and workarounds online, 99% of which will not apply to your case. This article will just be one more of them, but hopefully it's the right one for some of you (in which case, leave a comment!).
The basic troubleshooting things you should do when you're having problems logging in include (retrying after each):
- Reload your browser
- Clear your cookies
- Use an incognito/inprivate window
- Open developer tools, clear cache and hard refresh (aka really f-ing reload)
- Use a different browser entirely (Edge, Chrome, Safari, etc.)
- Reboot your computer
- Try a different computer entirely
If it's a multi-site login like Microsoft Account, you can also try:
- Log in to account.microsoft.com
- Log in to xbox.microsoft.com
- Try resetting your password (and repeat above steps)
If you don't have your Microsoft Account associated with your GitHub account, you can do that and try again.
- Log in with GitHub
At the end of the day, none of these resolved my problem.
Getting Help from Microsoft
- Try to open support
- Most things try to send you to Azure which doesn't work since you can't log in
- There is no support option for "Microsoft Account" or "Azure Login"
- You can try submitting a support request here but it won't work if you can't log into your Microsoft Account for Azure
Solution
-
Use a different Microsoft Account (or create a new one)
-
Then, go to the support request link and create a support ticket. Just guess at what sounds close - I used Azure AD Authentication or something like that
-
After reproducing the issue with the support engineer, they were going to send me to another team, but then we tried "one more thing" and it turned out to be the fix!
-
Associate your Microsoft Account with the Authenticator app. This article walks you through the process of setting up Microsoft Authenticator for your verfication method for your Microsoft Account.
Once my account was set up to use Microsoft Authenticator, everything worked much more smoothly. Instead of just hanging forever, the window showed this:
And of at the same time my phone buzzed and asked me to approve the login request. Once this is set up, honestly the whole login process for my Microsoft account got a lot smoother everywhere (provided I have my phone handy). My biggest complaint is that nothing led me in this direction while I was dealing with the initial problems logging in.
P.S. It turns out that while this solution resolved the problem yesterday, today the same behavior is back even though the Authenticator app is now in use. So I'm back to reaching out to Microsoft support in hopes of resolving the problem.
P.P.S. And here is another day later and everything works fine again. Very confusing. I'm going to go ahead and publish this in the hopes that it helps someone, but my confidence in this fix has been shaken.
Category - Browse all categories
About Ardalis
Software Architect
Steve is an experienced software architect and trainer, focusing on code quality and Domain-Driven Design with .NET.