0
votes

We have recently moved our code on azure devops. We have created user accounts in azure AD and same users we added to Azure Devops so that they can access code.

Now we want restricted access to repo.

I checked this url: Azure DevOps restrict access only with in the organization

Do I need P1 or P2 Azure AD to enable restricted access to Azure DevOps?

If yes how do I check my Azure AD is P1 or P2 or what?

2

2 Answers

2
votes

If you want to restrict user access to all repos, you can set the user's Access level to Stakeholder. Stakeholder has no permission to access repository .The detailed information about access level, please refer to this document.

enter image description here

If you want to restrict user access to a specific repo , you need to set the Read permission of the user or user group to Deny in the Repositories of Project Settings.

enter image description here

0
votes

You need azure ad P1 to use conditional access. you can check this by logging into azure ad, and it shows you on the Overview blade, enter image description here