Skip to content

Commit c2d8d84

Browse files
committed
Some stuff
1 parent dcda402 commit c2d8d84

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Cost estimate: Archive & retrieve data (Azure Blob Storage)'
2+
title: 'Cost estimate: Archival & retrieval (Azure Blob Storage)'
33
description: This article shows an example of what it costs to archive and then retrieve data in Azure Blob Storage.
44
services: storage
55
author: normesta
@@ -10,13 +10,10 @@ ms.topic: concept-article
1010
ms.author: normesta
1111
---
1212

13-
# Cost estimate: Archive and retrieve data in Azure Blob Storage
13+
# Cost estimate: Large-scale data archival and retrieval
1414

1515
This sample estimate shows the cost of to archive data and then retrieve some portion of that data before the 180 day limit.
1616

17-
> [!IMPORTANT]
18-
> These estimates are based on [sample prices](blob-storage-estimate-costs.md#sample-prices). Sample prices shouldn't be used to calculate your production costs. To find official prices, see [Find the unit price for each meter](../common/storage-plan-manage-costs.md#find-the-unit-price-for-each-meter).
19-
2017
## Scenario
2118

2219
In this scenario you upload **2000** blobs to the archive access tier by using the `blob.core.windows.net` storage endpoint. Each blob is **10 GB** in size and is uploaded in **8 MiB** blocks.
@@ -27,7 +24,10 @@ The account is located in the East US region, and is configured for locally-redu
2724

2825
## Estimate
2926

30-
The following table shows the sample estimate at a glance. This sample estimate doesn't include the cost of data storage which is billed per GB. See [The cost to store data](blob-storage-estimate-costs.md#the-cost-to-store-data).
27+
The following table shows the sample estimate at a glance.
28+
29+
> [!IMPORTANT]
30+
> This estimate is based on [these sample prices](blob-storage-estimate-costs.md#sample-prices). Sample prices shouldn't be used to calculate your production costs. To find official prices, see [Find the unit price for each meter](../common/storage-plan-manage-costs.md#find-the-unit-price-for-each-meter).
3131
3232
| Cost component | Estimate |
3333
|--------------------------|-------------|
@@ -37,6 +37,8 @@ The following table shows the sample estimate at a glance. This sample estimate
3737
| Early deletion penalty | $24.00 |
3838
| **Total cost** | **$140.40** |
3939

40+
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.
41+
4042
## Breakdown
4143

4244
The following table shows how each cost component is calculated.
@@ -51,11 +53,11 @@ The following table shows how each cost component is calculated.
5153
| **Cost of read operations** | 400 operations * read operation price | **$0.22** |
5254
| <br> | | |
5355
| Total file size (GB) | | 20,000 |
54-
| Data retrieval size | 20% of blobs in archive storage | 4,000 |
56+
| Data retrieval size | 20,000 GB * 20% | 4,000 |
5557
| **Data retrieval fee** | 4,000 blobs * price of data retrieval | **$88.00** |
5658
| <br> | | |
5759
| Rough number of months penalty | (180 days - 90 days) / 30 days | 3 |
58-
| **Early deletion penalty** | 4000 blobs * price of archive storage / 3 | **24.00** |
60+
| **Early deletion penalty** | 4000 blobs * price of archive storage / 3 | **$24.00** |
5961

6062
## Factors that can impact the cost
6163

0 commit comments

Comments
 (0)