Skip to content

Commit 46ce6a2

Browse files
Merge pull request #292656 from normesta/normesta-reg-updates-14
Fixing some cost estimation errors
2 parents e5d467a + ee9c62e commit 46ce6a2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

articles/storage/blobs/azcopy-cost-estimation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66
ms.service: azure-blob-storage
77
ms.topic: conceptual
8-
ms.date: 12/02/2024
8+
ms.date: 01/06/2025
99
ms.author: normesta
1010
ms.custom: subject-cost-optimization
1111
---
@@ -109,8 +109,8 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
109109
| Price of a single read operation (price / 10,000) | $0.00000044 | $0.000001 | $0.00001 |
110110
| **Cost of read operations (1000 * operation price)** | **$0.00044** | **$0.001** | **$0.01** |
111111
| Price of data retrieval (per GiB) | $0.00 | $0.01 | $0.03 |
112-
| **Cost of data retrieval (5 * operation price)** | **$0.00** | **$0.05** | **$0.15** |
113-
| **Total cost (list + properties + read + retrieval)** | **$0.001** | **$0.051** | **$0.161** |
112+
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |
113+
| **Total cost (list + properties + read + retrieval)** | **$0.001** | **$50.001** | **$150.011** |
114114

115115

116116
### Cost of downloading from the Data Lake Storage endpoint
@@ -143,8 +143,8 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
143143
| Price of a single read operation (price / 10,000) | $0.00000060 | $0.00000130 | $0.00001300 |
144144
| **Cost of read operations (1,281,000 * operation price)** | **$0.73017** | **$1.6653** | **$16.653** |
145145
| Price of data retrieval (per GiB) | $0.00000000 | $0.01000000 | $0.03000000 |
146-
| **Cost of data retrieval (5 * operation price)** | **$0.00** | **$0.05** | **$0.15** |
147-
| **Total cost (list + properties + read + retrieval)** | **$0.731** | **$1.716** | **$16.804** |
146+
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |
147+
| **Total cost (list + properties + read + retrieval)** | **$0.731** | **$51.666** | **$166.653** |
148148

149149

150150
## The cost to copy between containers
@@ -222,8 +222,8 @@ The following table contains all of the estimates presented in this article. All
222222
|---------------------------------------------|-----------|-----------|-----------|---------|
223223
| Upload blobs (Blob Service endpoint) | $3.53 | $6.41 | $11.54 | $3.53 |
224224
| Upload blobs (Data Lake Storage endpoint) | $9.22 | $16.65 | $29.98 | $18.32 |
225-
| Download blobs (Blob Service endpoint) | $0.001 | $0.051 | $0.161 | N/A |
226-
| Download blobs (Data Lake Storage endpoint) | $0.731 | $1.716 | $16.804 | N/A |
225+
| Download blobs (Blob Service endpoint) | $0.001 | $50.001 | $150.011 | N/A |
226+
| Download blobs (Data Lake Storage endpoint) | $0.731 | $51.666 | $166.653 | N/A |
227227
| Copy blobs | $0.064 | $0.0109 | $0.0190 | N/A |
228228
| Copy blobs to another account | $0.0068 | $50.0119 | $150.0290 | N/A |
229229
| Copy blobs to an account in another region | $100.0068 | $150.0119 | $250.0290 | N/A |

articles/storage/blobs/blob-storage-estimate-costs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66
ms.service: azure-blob-storage
77
ms.topic: conceptual
8-
ms.date: 11/19/2024
8+
ms.date: 01/06/2025
99
ms.author: normesta
1010
ms.custom: subject-cost-optimization
1111
---
@@ -78,13 +78,13 @@ The number of operations required to download a blob depends on which endpoint y
7878

7979
Using the [Sample prices](#sample-prices) that appear in this article, the following table estimates the cost to download **1,000** blobs that are **5 GiB** each in size from the cool tier by using the Blob Storage endpoint.
8080

81-
| Price factor | Value |
82-
|------------------------------------------------------|------------|
83-
| Price of a single read operation (price / 10,000) | $0.000001 |
84-
| **Cost of read operations (1000 * operation price)** | **$0.001** |
85-
| Price of data retrieval (per GiB) | $0.01 |
86-
| **Cost of data retrieval (5 * price of data retrieval)** | **$0.05** |
87-
| **Total cost (read + retrieval)** | **$0.051** |
81+
| Price factor | Value |
82+
|-----------------------------------------------------------------|------------|
83+
| Price of a single read operation (price / 10,000) | $0.000001 |
84+
| **Cost of read operations (1000 * operation price)** | **$0.001** |
85+
| Price of data retrieval (per GiB) | $0.01 |
86+
| **Cost of data retrieval 1000 * (5 * price of data retrieval)** | **$50.00** |
87+
| **Total cost (read + retrieval)** | **$50.01** |
8888

8989
Utilities such as AzCopy also use list operations and operations to obtain blob properties. As a proportion of the overall bill, these charges are relatively small. For examples, see [Estimate the cost to download](azcopy-cost-estimation.md#the-cost-to-download).
9090

0 commit comments

Comments
 (0)