Reputation: 486
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?
Upvotes: 0
Views: 907
Reputation: 19381
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.
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.
Upvotes: 3
Reputation: 2756
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,
Upvotes: 0