-1

I'm trying to deploy my ASP.NET web application (React variant) to Azure. I need to log in to do this. The password, mail and Azure account all match and everything is fine, but it won't let me in. I don't even get any popups about a possible error. Is this a bug or some error on my part?

What I am seeing after login

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

I have seen few cases regarding the same issue, it seems to be temporary issue due to Cache Problem or if there are any IDE Updates to be done which will automatically get fixed.

If you are still facing this issue, you can try below steps to fix the issue:

  1. Clear Visual Studio cache and delete the previous credentials and also delete all the accounts if you have multiple. Restart visual studio once done with those steps and then re-login credentials.

Your profile->Account Settings-> remove all the existed logged in accounts and reenter your credentials.

enter image description here

  1. To delete cache, go to %localappdata%\Microsoft\VisualStudio and clear all the cache.

enter image description here

  • As mentioned in this doc, you can also try with system web browser instead of Embedded web broswer.

enter image description here

If nothing works, try to repair the visual studio or uninstall and reinstall the visual studio.

References:

SO

Pravallika KV
  • 2,415
  • 2
  • 2
  • 7