Reputation: 22408
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
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
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