Skip to content

Commit b159362

Browse files
authored
apply suggestions from PR review
1 parent bfe0152 commit b159362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
8383
| Price of a single read operation (price / 10,000) | $0.000001 |
8484
| **Cost of read operations (1000 * operation price)** | **$0.001** |
8585
| Price of data retrieval (per GiB) | $0.01 |
86-
| **Cost of data retrieval (5 * data retrieval's price per GiB)** | **$0.05** |
86+
| **Cost of data retrieval (5 * price data retrieval)** | **$0.05** |
8787
| **Total cost (read + retrieval)** | **$0.051** |
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).

0 commit comments

Comments
 (0)