Resources not loading in Azure Portal

6.4k Views Asked by At

I have been having trouble with the Azure Portal (portal.azure.com) for the past 36 hours. At first I couldn't even load the log in page but a DNS flush seemed to help (sporadically). Now that I'm able to log in somewhat successfully, none of my resources/services are loading:

enter image description here

I'm an admin on the Azure account so I don't think it's a permissions issue.

Any ideas?

3

There are 3 best solutions below

0
Vaibhav Gujral On

There are different possibilities-

  1. It could be browser specific issue. Try accessing Azure portal using a different browser.
  2. It could be because of firewall settings in your network. Try accessing Azure portal in an outside network.
  3. You could also try to access resources through powershell or CLI. If you cannot see there, I would suggest to check out the status of your subscription.

Regards,

Vaibhav Gujral

0
Dan On

It seems that the wrong/expired credentials were cached somewhere on my machine. After logging in to PowerShell and running:

Clear-AzureProfile –Force

the issue went away. As a side note, I constantly have to log in and out of Visual Studio between my home account and my work account. I noticed that something went wrong the other day and I had to completely restart Visual Studio multiple times. I think this may have been the culprit.

Of course this could still be coincidence and it could have been a problem with my ISP the whole time.

Hope this helps someone else down the road!

0
Aaqib Ahmed On

I too had a similar issue. I recently had created a new Azure account other than the one i use every day.

I started using both the accounts, and suddenly my old account Azure portal wouldn't load.

I tried the first answer's solution, but it did not help.

I just changed the browser through which i access the portal. Keep in mind i never used this other browser ever to access my Azure portal. And it worked fine in the other browser.