sns
sns

Reputation: 191

While setting up release pipeline azure subscription error

My account and subscription is active in portal.azure.com and also same account I have been using for azure devops as well, However while trying to add new service connection in release pipeline section I am seeing below error. Please help. enter image description here

Upvotes: 1

Views: 960

Answers (1)

unknown
unknown

Reputation: 7473

Please follow these steps to troubleshoot the error "You don’t appear to have an active Azure subscription".

  1. Open a new InPrivate/incognito window of browser, and try to create a service connection again.

  2. Go to https://ms.portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade to check if your subscription status is active.

  3. Go to https://ms.portal.azure.com/#blade/Microsoft_AAD_IAM/TenantPropertiesBlade to check whether the Security defaults is disabled.

In addition, when the user is assigned the subscription for the first time, it needs time to sync the changes when logging in to Azure DevOps.

If there is still the error, please report your issue to Developer Community, you could share your detailed messages in private channel (Microsoft Only).

Upvotes: 1

Related Questions