Not all Azure subscriptions are available in Visual Studio 2015

I have 2 subscriptions in Azure:

BizSpark-Subscription Pay-As-You-Go subscription including VS Ultimate

When I try to connect to all of them using Visual Studio 2015 Enterprise, I cannot select the Pay-As-You-Go option:

Visual Studio Subscription Selector

Now I cannot access all the stuff from another subscription. What's the point here?

+3


source to share


2 answers


I found a way to get around this inside the Azure Portal. You can move subscriptions between different directories. Alas, Visual Studio has issues where subscriptions exist in different directories with different credentials now (it used to just register everywhere as far as I assume).

I know how to move these subscriptions to the old portal. If you are logged in, you select the last menu item on the left called "Settings". There you have a "Subscriptions" page. You can select a subscription and then click "Edit Catalog" at the bottom. There you can change the directory for this subscription.



If you move all your subscriptions to one directory and enter that directory in VS, everything will show up.

+1


source


For me this solved the connection to Azure via the Server Explorer tab. Once I did that, both of my subscriptions are shown in the start dropdown dialog box!



So nothing else needs to be done on the portal.

0


source







All Articles