Visual Studio not finding my Azure subscriptions

前端 未结 11 1034
借酒劲吻你
借酒劲吻你 2020-12-09 15:14

I have a working Azure account with various services already running. I receive monthly bills for these.

Now, I created a workerrole in Visual Studio that I want to

相关标签:
11条回答
  • 2020-12-09 15:49

    Finally I'm logged in. It took 3 hours and going through all of the solutions proposed above. What worked for me was:

    1. Logout from your O365 account in VS and close it.
    2. Clear browser cache and re-start the browser and login to your Azure sub.
    3. Fire up VS and login to your account from upper right hand corner.
    4. Log in from server explorer, ie. re-enter your credentials.
    5. Open up the cloud explorer and refresh. Voilá, it's rockin' again!

    One of the reasons it took so awfully long to try all the tricks was that I have a a few of Azure subs from different customers with 2-factor authentication on.

    0 讨论(0)
  • 2020-12-09 15:54

    For me I was having trouble with my Gov Cloud account, and I had to take the following steps to see my subscription (even though without this it would still let me sign in, but no subscriptions would ever be linked).

    1. Tools\Options\Environment\Accounts
    2. Add a Registered Azure Cloud
    3. Sign out of all accounts, and sign back in using your Gov Cloud credentials.

    0 讨论(0)
  • 2020-12-09 15:54

    Nothing worked for me until I double check: https://manage.visualstudio.com/Subscribers The subscription was not really assigned to me even when VS recognized my login.

    0 讨论(0)
  • 2020-12-09 15:56

    Some caching issue between the different Azure and SPOnline account that I'm using.

    To solve: I logged out from all my Azure and SharePoint Online sites. Cleared my browser cache. Restarted the browser and login with the desired Azure account. After this Visual Studio found the Azure subscriptions again..

    0 讨论(0)
  • 2020-12-09 15:57

    I had the same issue, as other members said, it's a cache issue.

    SOLUTION:

    In visual studio, Top-right button with your credentials:

    • Click on account settings
    • In "All accounts" section, "Remove" all your accounts
    • In "Personalization Account", Sign out (EDIT:This step is no longer required)
    • Restart visual studio (EDIT: This step is no longer required)
    • Re-enter your credentials

    Now your subscriptions should appear.

    0 讨论(0)
提交回复
热议问题