Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 3.86 KB

artifact-storage.md

File metadata and controls

68 lines (42 loc) · 3.86 KB
title description ms.service ms.topic ms.date ms.author ms.custom author monikerRange recommendations
Monitor Artifacts storage consumption
How to monitor Azure Artifacts storage usage at Organization and Project levels.
azure-devops-artifacts
conceptual
05/13/2024
rabououn
engagement-fy23
ramiMSFT
azure-devops
true

Monitor Artifacts storage consumption

[!INCLUDE version-eq-azure-devops]

Azure Artifacts adopts a consumption-based billing model for all the package types it supports, such as NuGet, npm, Python, Maven, and Universal packages. The free-tier plan provides a storage capacity of two Gibibytes (GiB) to store various package types. If you exceed the storage limit, you can either upgrade to a paid subscription or remove some of your existing artifacts.

The artifact storage UI available in your organization/project settings allows you to monitor your storage usage at the organization and project levels. Storage is also grouped by project and artifact type.

Organization-level storage

The organization-level view provides an overview of your total storage usage as well as the storage consumption by artifact type and by project.

  1. Sign in to your Azure DevOps organization.

  2. Select gear icon Organization settings, and then select Storage from the left navigation pane.

    :::image type="content" source="media/artifact-storage-navigation.png" alt-text="A screenshot showing how to navigate to org-level storage.":::

  3. You can view your total storage summary, storage by artifact type, and storage by projects in your organization.

    :::image type="content" source="media/org-level-storage.png" alt-text="A screenshot showing the storage consumption levels.":::

  4. Select View storage breakdown from the Storage by type section to view the total storage for packages in your organization-scoped feeds.

    :::image type="content" source="media/packages-org-scoped-feeds.png" alt-text="A screenshot showing total storage for packages in organization-scoped feeds.":::

Note

The list of Storage by projects only includes projects with the largest storage consumption and not the complete list of projects in your organization.

Project-level storage

The project-level view provides an overview of your total storage usage as well as the storage consumption by artifact type.

  1. Sign in to your Azure DevOps organization, and then navigate to your project.

  2. Select gear icon Project settings, and then select Storage from the left navigation pane.

    :::image type="content" source="media/artifacts-storage-navigation-project-level.png" alt-text="A screenshot showing how to navigate to project-level storage.":::

  3. You can view your total storage summary and storage consumption by artifact type for your project.

    :::image type="content" source="media/proj-level-storage.png" alt-text="A screenshot showing project level storage consumption.":::

  4. Select View storage breakdown from the Storage by type section to view the total storage for packages in your project-scoped feeds.

    :::image type="content" source="media/packages-proj-scoped-feeds.png" alt-text="A screenshot showing the total storage for packages in project-scoped feeds.":::

Note

Azure Artifacts provides 2GiB of free storage for each organization. After reaching the maximum storage limit, you need to set up billing for your organization.

Related articles