Reputation: 41
I would like to know if there is a maximum size allocated to Azure DevOps Project repo. I would like to understand how much file size an Azure DevOps Repo can support.
Upvotes: 4
Views: 3827
Reputation: 194
There is no maximum size for the repo, but the recommandation is to not have more than 10GB. But you can have more if you want, there is not hard limit.
If you try to upload large files (more than 5GB) some files will fail to upload, for that you need to use another tool, like Git-LFS : https://learn.microsoft.com/en-us/azure/devops/repos/git/manage-large-files?view=azure-devops
Upvotes: 2