Judy007
Judy007

Reputation: 5870

In Azure Devops how to I grant a single individual permissions to a 1 repo only, instead of all repos within the project?

I have an azure project with 5+ repositories. I understand how to add the individual to access all repos within the project. (Add them to Project Settings > Team) However, is it possible to easily restrict access such that an individual can only commit to 1 single repo?

I was able to accomplish this 2 years back in GitHub and just looking for a comparable permissions separation. Any help is appreciated. Ill post my answer here if I am able to discover this. Still sort of struggling to figure this out after having spent some time on trying to discover this separation. Thank you in advance.

Upvotes: 0

Views: 118

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59055

From the repositories dropdown, choose "Manage Repositories". Or click on the project settings link at the bottom of the left nav, then choose "Repositories".

You can set security there.

Upvotes: 1

Related Questions