Skip to content

Commit 43230cf

Browse files
committed
Final
1 parent 4afe8f5 commit 43230cf

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ items:
514514
href: archive-cost-estimation.md
515515
- name: Estimates
516516
items:
517-
- name: Early retrieval from archive (Set Blob Tier)
517+
- name: Rehydrate from archive by setting tiers
518518
href: cost-estimate-archive-retrieval-set-tier.md
519-
- name: Early retrieval from archive (Copy Blob)
519+
- name: Rehydrate from archive by copying blobs
520520
href: cost-estimate-archive-retrieval-copy-blob.md
521521
- name: Cross region data access
522522
href: cost-estimate-multi-region-access.md

articles/storage/blobs/cost-estimate-archive-retrieval-copy-blob.md

Lines changed: 7 additions & 4 deletions
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
---
@@ -19,7 +19,9 @@ This sample estimates the cost to retrieve a portion of data from the archive ti
1919
2020
## Scenario
2121

22-
Your company stores 20 TB of data in the archive tier for long term retention. However, after only three months in archive storage, 20% of that data must be retrieved for analysis. You've been asked to estimate what it will cost to get that data from archive storage and then download that data to clients for analysis. Because the data is needed only temporarily, you decide that it's best to rehydrate blobs by copying them to the hot tier. That way, your company avoids the early deletion fee. After the data is no longer needed, it can be deleted from the hot tier at no charge.
22+
Your company stores 20 TB of data in the archive tier for long term retention. However, after only three months in archive storage, 20% of that data must be retrieved for analysis. You've been asked to estimate what it will cost to get that data from archive storage and then download that data to clients.
23+
24+
Because the data is needed only temporarily, you decide not to rehydrate blobs by changing their tier. That way, your company avoids the early deletion fee. You already estimated the cost of that approach by reviewing the [Cost estimate: Move data out of archive storage](cost-estimate-archive-retrieval-set-tier.md) article. Instead, you decide that it's more cost-effective to copy blobs into the hot tier for analysis. You know that data in the hot tier can be deleted at no charge when the analysis is complete.
2325

2426
The storage account is located in the West US region, is configured for locally-redundant storage (LRS), and does not have hierarchical namespaces.
2527

@@ -29,7 +31,7 @@ The following table describes each cost.
2931

3032
| Cost | Description |
3133
|----|----|
32-
| **Copy blobs to the hot tier** | First, blobs must be moved out of archive storage for analysis. To do this, administrators will copy the blob from the archive tier to the hot tier. All tools and SDKs use the [Copy Blob](/rest/api/storageservices/copy-blob) operation to accomplish this task. The Copy Blob operation is billed as a read operation on the source account and a write operation on the destination account |
34+
| **Copy blobs to the hot tier** | First, blobs must be moved out of archive storage for analysis. All tools and SDKs use the [Copy Blob](/rest/api/storageservices/copy-blob) operation to accomplish this task. The [Copy Blob](/rest/api/storageservices/copy-blob) operation is billed as a read operation on the source account and a write operation on the destination account. |
3335
| **Data retrieval fee** | This meter applies to each GB moved from the archive tier and into an online tier such as the hot tier. |
3436
| **Read from the hot tier** | Once data is moved into the hot tier, clients will need to download that data. Each download is billed as a read operation. |
3537

@@ -55,10 +57,11 @@ Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), th
5557
| **Total cost** | | $0.22 + $88 + $24 + $0.0002 | **$88.22** |
5658

5759
> [!TIP]
58-
> You can estimate the cost of these components in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) .
60+
> This scenario does not model the amount of time that data exists in the storage, so the table does not include [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB. You can estimate the cost storage and the cost of transactions in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
5961
6062
## See also
6163

64+
- [Cost estimate: Move data out of archive storage](cost-estimate-archive-retrieval-set-tier.md)
6265
- [Estimate the cost of archiving data](archive-cost-estimation.md)
6366
- [Estimate the cost of using Azure Blob Storage](blob-storage-estimate-costs.md)
6467
- [Estimate the cost of using AzCopy to transfer blobs](azcopy-cost-estimation.md)

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This sample estimates the cost to move a portion of data from the archive tier t
1919
2020
## Scenario
2121

22-
Your company stores 20 TB of data in the archive tier for long term retention. However, after only three months in archive storage, 20% of that data must be moved back to the hot tier because your company believes that this data will need to be accessed frequently. You've been asked to estimate what it will cost to get that data from archive storage and then download that data to clients for analysis.
22+
Your company stores 20 TB of data in the archive tier for long term retention. However, after only three months in archive storage, 20% of that data must be moved back to the hot tier because your company believes that this data will need to be accessed frequently. You've been asked to estimate what it will cost to get that data from archive storage.
2323

2424
The storage account is located in the West US region, is configured for locally-redundant storage (LRS), and does not have hierarchical namespaces.
2525

@@ -35,7 +35,7 @@ The following table describes each cost.
3535

3636
## Estimate
3737

38-
Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), the following table shows how each cost component is calculated. This sample estimate doesn't include the [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB.
38+
Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), the following table shows how each cost component is calculated.
3939

4040
| Cost | Cost factor | Calculation | Value |
4141
|------------------------|---------------------------------------------|--------------------------------|-------------|
@@ -52,10 +52,11 @@ Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), th
5252
| **Total cost** | | $0.22 + $88 + $24 | **$112.22** |
5353

5454
> [!TIP]
55-
> You can estimate the cost of these components in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) .
55+
> This scenario does not model the amount of time that data exists in storage, so the table does not include [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB. You can estimate the cost storage and the cost of transactions in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
5656
5757
## See also
5858

59+
- [Cost estimate: Retrieve data from archive storage for analysis](cost-estimate-archive-retrieval-copy-blob.md)
5960
- [Estimate the cost of archiving data](archive-cost-estimation.md)
6061
- [Estimate the cost of using Azure Blob Storage](blob-storage-estimate-costs.md)
6162
- [Estimate the cost of using AzCopy to transfer blobs](azcopy-cost-estimation.md)

articles/storage/blobs/cost-estimate-multi-region-access.md

Lines changed: 3 additions & 3 deletions
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
---
@@ -35,7 +35,7 @@ The following table describes each cost.
3535

3636
## Estimate
3737

38-
Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), the following table shows how each cost component is calculated. This sample estimate doesn't include the [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB.
38+
Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), the following table shows how each cost component is calculated.
3939

4040
| Cost | Cost factor | Calculation | Value |
4141
|-------------------------|-----------------------------------------------|----------------------------------|---------------|
@@ -54,7 +54,7 @@ Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), th
5454
| **Total cost** | | $163.80 + $1,000 + $485 | **$1,648.80** |
5555

5656
> [!TIP]
57-
> You can estimate the cost of these components in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/)
57+
> This scenario does not model the amount of time that data exists in storage, so the table does not include [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB. You can estimate the cost storage and the cost of transactions in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
5858
5959
## See also
6060

0 commit comments

Comments
 (0)