Package sizes and count limits
Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019
Azure Artifacts is a highly scalable package management solution that enables developers to create, host, and share different types of packages. In this article, we will cover the size and count limits that developers should be aware of when using Azure Artifacts. Some of these limits are imposed by the client tools that Azure Artifacts integrates with (example nuget.exe).
Note
Azure Artifacts provides 2 GiB of free storage for each organization. This free tier is designed to help you evaluate if Azure Artifacts fits your workflow. As your organization starts handling more critical tasks, we recommend set up billing to ensure you have the appropriate resources.
Count limits
- 5000 versions per package ID.
- Unlimited package IDs per feed.
- 20 upstreams per package type per feed.
Note
You can use retention policies to automatically delete older package versions.
Size limits
NuGet packages: limited to 500 MiB per file.
Npm packages: limited to 500 MiB per file.
Maven packages: limited to 500 MiB per file.
Python packages: limited to 500 MiB per file.
Cargo packages: limited to 500 MiB per file.
Universal Packages: up to 4 TiB per file (Recommended for large binary files).
Note
Universal Packages are only available in Azure DevOps Services.