Skip to content

Commit b75c560

Browse files
committed
More stuff
1 parent c2d8d84 commit b75c560

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.author: normesta
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+
> 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).
19+
1720
## Scenario
1821

1922
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.
@@ -26,9 +29,6 @@ The account is located in the East US region, and is configured for locally-redu
2629

2730
The following table shows the sample estimate at a glance.
2831

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).
31-
3232
| Cost component | Estimate |
3333
|--------------------------|-------------|
3434
| Cost of write operations | $28.18 |
@@ -46,16 +46,13 @@ The following table shows how each cost component is calculated.
4646
| Cost factor | Calculation | Value |
4747
|----------------------------------|-----------------------------------------------|------------|
4848
| PutBlock operations per blob | 10 GiB / 8-MiB block | 1280 |
49-
| PutBlockList operations per blob | | 1 |
49+
| PutBlockList operations per blob | 1 per blob | 1 |
5050
| **Cost of write operations** | (2,000 blobs * 1,281) * write operation price | **$28.18** |
51-
| <br> | | |
5251
| SetBlobTier operations | 2000 blobs * 20% | 400 |
5352
| **Cost of read operations** | 400 operations * read operation price | **$0.22** |
54-
| <br> | | |
5553
| Total file size (GB) | | 20,000 |
5654
| Data retrieval size | 20,000 GB * 20% | 4,000 |
5755
| **Data retrieval fee** | 4,000 blobs * price of data retrieval | **$88.00** |
58-
| <br> | | |
5956
| Rough number of months penalty | (180 days - 90 days) / 30 days | 3 |
6057
| **Early deletion penalty** | 4000 blobs * price of archive storage / 3 | **$24.00** |
6158

0 commit comments

Comments
 (0)