Reputation: 3500
I have 1 VSTS instance, which is currently linked to 1 Azure Subscription. Now we have two Azure subscriptions:
Now I want to setup a develop CI build that links to our Sandbox and another master build for production releases to our Production subscriptions.
So I have two subscriptions linked to my Azure AD account:
When I look in my Team Services accounts in Azure its only linked to the Production account:
Can I link one VSTS instance to multiple Azure subscriptions that my account is linked to? These subscriptions are linked to one Azure AD account.
Upvotes: 0
Views: 169
Reputation: 59055
What you're looking at has nothing to do with what Azure resources you can and cannot deploy to -- this is just for Azure AD connectivity and for billing purposes.
You set up your Azure subscriptions for continuous delivery by creating Service Endpoints in VSTS.
Upvotes: 1