Search code examples
azure-devopsazure-pipelinesazure-pipelines-yamlazure-repos

Azure DevOps Maximum number of Repos & Pipelines support


I am working on a project automation where there will be maximum of 500 Repos & CI/CD Pipelines created under a particular Azure DevOps Project. Does it support that much number of Repos & Pipelines under the DevOps project? What is the maximum limit of creating number of Repos & Pipelines in a project of Azure DevOps?

I tried to create Repos & Pipelines in DevOps project and I am expecting 500 numbers of Repos & CI/CD Pipelines to create in a project.


Solution

  • Does it support that much number of Repos & Pipelines under the DevOps project?

    Yes. Azure DevOps supports creating 500 Repos & CI/CD Pipelines under a project.

    What is the maximum limit of creating number of Repos & Pipelines in a project of Azure DevOps?

    Azure DevOps has no limit on the number of repo and pipeline definitions.

    For Azure repo, It only suggests that the size of the repo should not exceed 10GB. Refer to this doc: Git limits

    And it's not a hard limit.

    For Azure Pipeline, there is a limit on how many pipelines you can concurrently execute,and that is tied to your licensing. Refer to this doc: Pipelines - rate limit