Skip to content

Commit 8f961da

Browse files
author
Rami Bououni
committed
updates
1 parent 560aef3 commit 8f961da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/artifacts/how-to/delete-and-recover-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Packages remain in the recycle bin for 30 days before they're permanently delete
237237

238238
##### Q: What if I don't want to enable retention policies?
239239

240-
A: Azure Artifacts retention policies are designed to help manage your dependencies and streamline storage cost management. If you choose not to enable retention policies, you'll need to manage your storage manually, monitoring consumption and deleting packages as necessary. Azure Artifacts offers 2 GiB of free storage per organization, which allows you to evaluate whether the service fits your workflow. Once you exceed the storage limit, you won't be able to publish new artifacts unless you set up billing and [increase your storage limit](../start-using-azure-artifacts.md#increase-artifacts-storage-limit).
240+
A: Azure Artifacts retention policies are designed to help manage your dependencies and streamline storage cost management. If you choose not to enable retention policies, you'll need to manage your storage manually, monitoring consumption and deleting packages as necessary. Azure Artifacts offers 2 GiB of free storage per organization, which allows you to evaluate whether the service fits your workflow. Once you exceed the storage limit, you won't be able to publish new artifacts unless you set up billing and [increase your storage limit](../artifact-storage.md#increase-artifacts-storage-limit).
241241

242242
##### Q: How long does it take for the billed storage amount to update after deleting Artifacts?
243243

docs/artifacts/start-using-azure-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monikerRange: '>= azure-devops-2020'
1818
Azure Artifacts provides developers with a streamlined way to manage all their dependencies from a single feed. These feeds serve as repositories for storing, managing, and sharing packages, whether within your team, across organizations, or publicly online. Azure Artifacts supports multiple package types, including NuGet, npm, Python, Maven, Cargo, and Universal Packages.
1919

2020
> [!NOTE]
21-
> 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 begins handling more critical tasks, [increase artifacts storage limit](#increase-artifacts-storage-limit) to ensure you have the appropriate resources.
21+
> 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 begins handling more critical tasks, [increase artifacts storage limit](artifact-storage.md#increase-artifacts-storage-limit) to ensure you have the appropriate resources.
2222
2323
## Create a new feed
2424

docs/organizations/billing/set-up-billing-for-your-organization-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ Assign the [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Co
137137
138138
## Related content
139139

140-
* [Increase Azure Artifacts storage limit](../../artifacts/start-using-azure-artifacts.md#increase-artifacts-storage-limit)
140+
* [Increase Azure Artifacts storage limit](../../artifacts/artifact-storage.md#increase-artifacts-storage-limit)
141141
* [Buy Azure Test Plans](buy-basic-access-add-users.md)
142142
* [Learn about cost management and billing](/azure/cost-management-billing/cost-management-billing-overview)

docs/pipelines/artifacts/pipeline-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Packages in Azure Artifacts are immutable. Once you publish a package, its versi
8484
```
8585

8686
> [!NOTE]
87-
> You will not be billed for storing Pipeline Artifacts. Pipeline Caching is also exempt from storage billing. See [Which artifacts count toward my total billed storage](../../artifacts/start-using-azure-artifacts.md#q-which-artifacts-contribute-to-my-total-billed-storage).
87+
> Pipeline Artifacts and Pipeline Caching are exempt from storage billing.
8888

8989
> [!CAUTION]
9090
> Deleting a pipeline run will result in the deletion of all Artifacts associated with that run.

0 commit comments

Comments
 (0)