0
votes

I am trying to setup an CICD from our Azure Devops to the Azure Subscription owned by our Client. But the subscription is not appearing in the list of Azure Subscriptions even if I already have Owner level of role:

My CICD Subscription List Available: enter image description here

The Subscription where I want to deploy: enter image description here

My current role to our Client Active Directory: enter image description here

Also note that I am a Member of their Active Directory not just a Guest.

I also checked this article but no luck: https://docs.microsoft.com/en-us/azure/devops/pipelines/release/azure-rm-endpoint?view=azure-devops#the-user-has-only-guest-permission-in-the-directory

2
Update: the problem is not with the roles and permissions, for some reason AAD with MFA enables somehow prevents smooth integration with Azure DevOps, on my case i disabled deleted my MFA options then tried to add the subscription again via Azure Pipeline.VJPPaz
I didn't notice you have solved your issue. You could add a reply and Accept it as an Answer, this can be beneficial to other community members reading this thread.Cece Dong - MSFT

2 Answers

0
votes

Some subscriptions are missing from the list of subscriptions:

To fix this issue you will need to modify the supported account types and who can use your application. To do so, follow the steps below:

  1. Sign in to the Azure portal.

  2. If you have access to multiple tenants, use the Directory + subscription filter in the top menu to select the tenant in which you want to register an application.

  3. Search for and select Azure Active Directory.

  4. Under Manage, select App registrations.

  5. Select you application from the list of registered applications.

  6. Under Essentials, select Supported account types.

  7. Under Supported account types, Who can use this application or access this API? select Accounts in any organizational directory.

  8. Select Save.

0
votes

The problem is not with the roles and permissions, for some reason AAD with MFA enables somehow prevents smooth integration with Azure DevOps, on my case i disabled deleted my MFA options then tried to add the subscription again via Azure Pipeline.