I am using Azure DevOps with a Microsoft Account (@outlook.com). The same account is co-administrator of 3 different Azure Subscriptions.
I am trying to create a new Service connection from my Azure DevOps Project to my newest Azure Subscription (out of the 3).
When I:
- Go to my project's Project Settings view and click on the Service Connections tab.
- Click on the 'New service connection' button.
- Choose 'Azure Resource Manager' for the connection type.
- Choose 'Service Principal (automatic)' authentication method.
I find that the drop-down list for Subscription is only showing my two older subscriptions and my newer subscription is missing, as shown here:
How can I get my third, newer, subscription to appear in the 'Subscription' list?
I've tried the following without success:
- Made my Microsoft Account to be a 'Co-administrator' of the Azure Subscription.
- Gave my Microsoft Account the 'Owner' Role for the Azure Subscription.
- Added my Microsoft Account to the 'Global Administrators' group in Azure Active Directory.
- Set 'Guest users permissions are limited' to 'No' in the In my Active Directory's External collaboration settings.
UPDATE: The subscription that's not shown in the list is currently a "free-tier" subscription whereas the 2 subscriptions that are shown are "pay-to-go". Could this be the reason for my problem?