You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article shows an example of what it costs to archive and then retrieve data in Azure Blob Storage.
4
4
services: storage
5
5
author: normesta
@@ -10,13 +10,10 @@ ms.topic: concept-article
10
10
ms.author: normesta
11
11
---
12
12
13
-
# Cost estimate: Archive and retrieve data in Azure Blob Storage
13
+
# Cost estimate: Large-scale data archival and retrieval
14
14
15
15
This sample estimate shows the cost of to archive data and then retrieve some portion of that data before the 180 day limit.
16
16
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
-
20
17
## Scenario
21
18
22
19
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
27
24
28
25
## Estimate
29
26
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).
31
31
32
32
| Cost component | Estimate |
33
33
|--------------------------|-------------|
@@ -37,6 +37,8 @@ The following table shows the sample estimate at a glance. This sample estimate
37
37
| Early deletion penalty | $24.00 |
38
38
|**Total cost**|**$140.40**|
39
39
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
+
40
42
## Breakdown
41
43
42
44
The following table shows how each cost component is calculated.
@@ -51,11 +53,11 @@ The following table shows how each cost component is calculated.
0 commit comments