Mohammad Dayyan
Mohammad Dayyan

Reputation: 22408

Is there a limit for number of projects you can have in Visual Studio Team Services for free?

Is there projects number limitation in free Visual Studio Team Services?
It will be appreciate if you describe more about limitation of free Visual Studio Team Services.

Upvotes: 2

Views: 4420

Answers (2)

naaman
naaman

Reputation: 942

According to the Microsoft TFS to VSTS Cloud Migration guide, there is a limit of 300 projects per VSTS account:

Project Limits

Customers with a large numbers of projects in a collection should note that VSTS has a limit of 300 projects per account. Above 300 projects certain experiences, such as connecting to the account from Visual Studio, start to degrade.

Upvotes: 3

Ed Blankenship
Ed Blankenship

Reputation: 5223

There is a limit of 300 projects within an Azure DevOps Organization according to the Cloud Migration Guide:

Project Limits Customers with a large numbers of projects in a collection should note that Azure DevOps Services has a limit of 300 projects per organization. Above 300 projects certain experiences, such as connecting to the organization from Visual Studio, start to degrade. If your collection has more than 300 projects then you will either need to split the collection or delete older projects to get below the limit.

Every Visual Studio Team Services account is allowed an unlimited number of team projects, private repos, work items, test plans, etc. The only charges are if you have more than 5 users, if you need Advanced features for a user, or if you use any of the shared services like the Cloud Build Service, the Cloud Load Testing Service, or Application Insights (in the future).

Upvotes: 11

Related Questions