Azure artifact cannot be uploaded because max quantity has been exceeded or the payment instrument is invalid even I have 0 GB

Viewed 4238

I have error when trying to upload/publish, I got

Artifact cannot be uploaded because max quantity has been exceeded or the payment instrument is invalid

But in Artifacts storage:

enter image description here

So what can I do ?

1 Answers

If you are trying to upload/publish artifacts to Azure DevOps, please see your storage bill for Azure Artifacts by following the steps below:

  1. Sign in to your organization (https://dev.azure.com/{yourorganization}).
  2. Select Organization settings.
  3. Select Billing.
  4. Find Artifacts and see your current billed usage from Azure Artifacts.

enter image description here

Azure Artifacts includes a free usage tier of 2 GB. Any usage below this level isn't billed to your subscription. Above this limit, we charge you for your actual usage. The usage limit allows you to control the maximum volume of storage that you're billed for. Once the maximum usage limit is reached, you can no longer upload artifacts and will need to either reduce your artifact storage, or increase your usage limit.

More details, check the following documentation:

https://docs.microsoft.com/en-us/azure/devops/artifacts/start-using-azure-artifacts?view=azure-devops#faqs

Related