I want to disable/ enable the Upload files button under the Repository toolbar in Azure DevOps. I would like to know how to configure the enable/disable option for repository toolbar buttons in Azure DevOps.
Asked
Active
Viewed 429 times
0
-
which buttons? i dont think you can alter azure devops ui in anyway – 4c74356b41 Apr 03 '19 at 08:56
-
1You can only disable it by prohibiting a user to contribute to a repo, i don't know of another way – D.J. Apr 03 '19 at 09:31
1 Answers
2
According to your description, seems you are talking about this button:
There is no way to disable/hidden this button. You could not control this UI in Azure DevOps web portal.
However, if you do not want other users to commit files in the repo, you could use permission to restrict them.
You can set the permissions for all Git repositories for a project, or for a single repository.
More details please take a look at our official tutorial here.

PatrickLu-MSFT
- 49,478
- 5
- 35
- 62