Getting 403 forbidden while accessing Azure repository

Viewed 6171

Getting 403 forbidden while accessing Azure repository. Am a member of the project team and other documents are accessible except repository.

2 Answers

It might be caused by your account not being set to an access level that allows code contribution (for example, a Stakeholder account doesn't allow access to code).

Take a look at About access levels for a detailed explanation on the available access levels in Azure DevOps.

Hope it helps!

Related