Forum Discussion

Gr8Lakes's avatar
Gr8Lakes
Copper Contributor
Sep 13, 2023
Solved

ADO Repo: how can I hide some files in the repo from some users?

  Using an Azure Repos git repo within Azure DevOps (not github) ... Can I configure permissions such that some users cannot see all files within the repository?   For example, maybe I can confi...
  • jessehouwing's avatar
    Sep 15, 2023
    This is not possible in git repositories. Access is always granted at the repository level and you can't hide or protect specific files or folders.

Resources