Skip to content

Commit 5675247

Browse files
committed
Final
1 parent 43230cf commit 5675247

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

articles/storage/blobs/archive-rehydrate-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ For more information on handling events in Blob Storage, see [Reacting to Azure
106106

107107
## Pricing and billing
108108

109-
A rehydration operation with [Set Blob Tier](/rest/api/storageservices/set-blob-tier) is billed for data read transactions and data retrieval size. A high-priority rehydration has higher operation and data retrieval costs compared to standard priority. High-priority rehydration shows up as a separate line item on your bill. If a high-priority request to return an archived blob that is less than 10 GB in size takes more than five hours, you won't be charged the high-priority retrieval rate. However, standard retrieval rates still apply.
109+
A rehydration operation with [Set Blob Tier](/rest/api/storageservices/set-blob-tier) is billed for data read transactions and data retrieval size. A high-priority rehydration has higher operation and data retrieval costs compared to standard priority. High-priority rehydration shows up as a separate line item on your bill. If a high-priority request to return an archived blob that is less than 10 GB in size takes more than five hours, you won't be charged the high-priority retrieval rate. However, standard retrieval rates still apply. For a sample cost estimate, see [Cost estimate: Move data out of archive storage](cost-estimate-archive-retrieval-set-tier.md).
110110

111-
Copying an archived blob to an online tier with [Copy Blob](/rest/api/storageservices/copy-blob) is billed for data read transactions and data retrieval size. Creating the destination blob in an online tier is billed for data write transactions. Early deletion fees don't apply when you copy to an online blob because the source blob remains unmodified in the archive tier. High-priority retrieval charges do apply if selected.
111+
Copying an archived blob to an online tier with [Copy Blob](/rest/api/storageservices/copy-blob) is billed for data read transactions and data retrieval size. Creating the destination blob in an online tier is billed for data write transactions. Early deletion fees don't apply when you copy to an online blob because the source blob remains unmodified in the archive tier. High-priority retrieval charges do apply if selected. For a sample estimate, see [Cost estimate: Retrieve data from archive storage for analysis](cost-estimate-archive-retrieval-copy-blob.md).
112112

113113
Blobs in the archive tier should be stored for a minimum of 180 days. Deleting or changing the tier of an archived blob before the 180-day period elapses incurs an early deletion fee. For example, if a blob is moved to the archive tier and then deleted or moved to the hot tier after 45 days, you'll be charged an early deletion fee equivalent to 135 (180 minus 45) days of storing that blob in the archive tier. For more information, see [Archive access tier](access-tiers-overview.md#archive-access-tier).
114114

articles/storage/blobs/cost-estimate-archive-retrieval-set-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66

77
ms.service: azure-blob-storage
8-
ms.date: 05/29/2025
8+
ms.date: 06/13/2025
99
ms.topic: concept-article
1010
ms.author: normesta
1111
---

articles/storage/common/storage-plan-manage-costs.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,17 @@ Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculato
148148

149149
4. Modify the remaining options to see their effect on your estimate.
150150

151-
> [!TIP]
152-
> See these in-depth guides to help you predict and forecast costs:
153-
>
154-
> - [Estimating Pricing for Azure Block Blob Deployments](https://azure.github.io/Storage/docs/application-and-user-data/code-samples/estimate-block-blob/)
155-
> - [Estimate the cost of archiving data](../blobs/archive-cost-estimation.md)
156-
> - [Estimate the cost of using AzCopy to transfer blobs](../blobs/azcopy-cost-estimation.md)
151+
### Guides and sample estimates
152+
153+
See these in-depth guides to help you predict and forecast costs:
154+
155+
- [Estimating Pricing for Azure Block Blob Deployments](https://azure.github.io/Storage/docs/application-and-user-data/code-samples/estimate-block-blob/)
156+
- [Estimate the cost of using Azure Blob Storage](../blobs/blob-storage-estimate-costs.md)
157+
- [Estimate the cost of archiving data](../blobs/archive-cost-estimation.md)
158+
- [Estimate the cost of using AzCopy to transfer blobs](../blobs/azcopy-cost-estimation.md)
159+
- [Cost estimate: Move data out of archive storage](../blobs/cost-estimate-archive-retrieval-set-tier.md)
160+
- [Cost estimate: Retrieve data from archive storage for analysis](../blobs/cost-estimate-archive-retrieval-copy-blob.md)
161+
- [Cost estimate: Upload and access data from multiple regions](../blobs/cost-estimate-multi-region-access.md)
157162

158163
### Using Azure Prepayment with Azure Blob Storage
159164

0 commit comments

Comments
 (0)