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
Copy file name to clipboardExpand all lines: articles/storage/blobs/blob-storage-estimate-costs.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: storage
5
5
author: normesta
6
6
ms.service: azure-blob-storage
7
7
ms.topic: conceptual
8
-
ms.date: 11/19/2024
8
+
ms.date: 01/06/2025
9
9
ms.author: normesta
10
10
ms.custom: subject-cost-optimization
11
11
---
@@ -78,13 +78,13 @@ The number of operations required to download a blob depends on which endpoint y
78
78
79
79
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.
| 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**|
88
88
89
89
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).
0 commit comments