Skip to content

Commit e0634ab

Browse files
authored
Update azcopy-cost-estimation.md
Example tables incorrectly mention (price/10,000) when the price was showing a single operation
1 parent d2ac7d6 commit e0634ab

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
4747

4848
| Price factor | Hot | Cool | Cold | Archive |
4949
|------------------------------------------------------------------|-------------|-------------|--------------|--------------|
50-
| Price of a single write operation (price / 10,000) | $0.0000055 | $0.00001 | $0.000018 | $0.000011 |
50+
| Price of a single write operation | $0.0000055 | $0.00001 | $0.000018 | $0.000011 |
5151
| **Cost of write operations (641,000 * operation price)** | **$3.5255** | **$6.4100** | **$11.5380** | **$7.0510** |
52-
| Price of a single _other_ operation (price / 10,000) | $0.00000044 | $0.00000044 | $0.00000052 | $0.00000044 |
52+
| Price of a single _other_ operation | $0.00000044 | $0.00000044 | $0.00000052 | $0.00000044 |
5353
| **Cost to get blob properties (1000 * _other_ operation price)** | **$0.0004** | **$0.0004** | **$0.0005** | **$0.00044** |
5454
| **Total cost (write + properties)** | **$3.53** | **$6.41** | **$11.54** | **$7.05** |
5555

@@ -77,9 +77,9 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
7777

7878
| Price factor | Hot | Cool | Cold | Archive |
7979
|------------------------------------------------------------|-------------|--------------|--------------|--------------|
80-
| Price of a single write operation (price / 10,000) | $0.00000720 | $0.000013 | $0.0000234 | $0.0000143 |
80+
| Price of a single write operation | $0.00000720 | $0.000013 | $0.0000234 | $0.0000143 |
8181
| **Cost of write operations (1,281,000 * operation price)** | **$9.2332** | **$16.6530** | **$29.9754** | **$18.3183** |
82-
| Price of a single _other_ operation (price / 10,000) | $0.00000044 | $0.00000044 | $0.00000068 | $0.00000044 |
82+
| Price of a single _other_ operation | $0.00000044 | $0.00000044 | $0.00000068 | $0.00000044 |
8383
| **Cost to get blob properties (1000 * operation price)** | **$0.0004** | **$0.0004** | **$0.0007** | **$0.0004** |
8484
| **Total cost (write + properties)** | **$9.22** | **$16.65** | **$29.98** | **$18.32** |
8585

@@ -102,11 +102,11 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
102102
103103
| Price factor | Hot | Cool | Cold |
104104
|----------------------------------------------------------|----------------|----------------|----------------|
105-
| Price of a single list operation (price/ 10,000) | $0.0000055 | $0.0000055 | $0.0000065 |
105+
| Price of a single list operation | $0.0000055 | $0.0000055 | $0.0000065 |
106106
| **Cost of listing operations (1 * operation price)** | **$0.0000055** | **$0.0000050** | **$0.0000065** |
107-
| Price of a single _other_ operation (price / 10,000) | $0.00000044 | $0.00000044 | $0.00000052 |
107+
| Price of a single _other_ operation | $0.00000044 | $0.00000044 | $0.00000052 |
108108
| **Cost to get blob properties (1000 * operation price)** | **$0.00044** | **$0.00044** | **$0.00052** |
109-
| Price of a single read operation (price / 10,000) | $0.00000044 | $0.000001 | $0.00001 |
109+
| Price of a single read operation | $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 |
112112
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |
@@ -136,11 +136,11 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
136136
137137
| Price factor | Hot | Cool | Cold |
138138
|-----------------------------------------------------------|----------------|----------------|----------------|
139-
| Price of a single list operation (price/ 10,000) | $0.0000055 | $0.0000055 | $0.0000065 |
139+
| Price of a single list operation | $0.0000055 | $0.0000055 | $0.0000065 |
140140
| **Cost of listing operations (1 * operation price)** | **$0.0000055** | **$0.0000050** | **$0.0000065** |
141-
| Price of a single _other_ operation (price / 10,000) | $0.00000044 | $0.00000044 | $0.00000052 |
141+
| Price of a single _other_ operation | $0.00000044 | $0.00000044 | $0.00000052 |
142142
| **Cost to get blob properties (1000 * operation price)** | **$0.00044** | **$0.00044** | **$0.00052** |
143-
| Price of a single read operation (price / 10,000) | $0.00000060 | $0.00000130 | $0.00001300 |
143+
| Price of a single read operation | $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 |
146146
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |
@@ -162,11 +162,11 @@ For each blob, AzCopy uses the [Get Blob Properties](/rest/api/storageservices/g
162162

163163
| Price factor | Hot | Cool | Cold |
164164
|----------------------------------------------------------|----------------|----------------|----------------|
165-
| Price of a single list operation (price/ 10,000) | $0.0000055 | $0.0000055 | $0.0000065 |
165+
| Price of a single list operation | $0.0000055 | $0.0000055 | $0.0000065 |
166166
| **Cost of listing operations (1 * operation price)** | **$0.0000055** | **$0.0000055** | **$0.0000065** |
167-
| Price of a single other operations (price / 10,000) | $0.00000044 | $0.00000044 | $0.00000052 |
167+
| Price of a single other operations | $0.00000044 | $0.00000044 | $0.00000052 |
168168
| **Cost to get blob properties (2000 * operation price)** | **$0.00088** | **$0.00088** | **$0.00104** |
169-
| Price of a single write operation (price / 10,000) | $0.0000055 | $0.00001 | $0.000018 |
169+
| Price of a single write operation | $0.0000055 | $0.00001 | $0.000018 |
170170
| **Cost to write (1000 * operation price)** | **$0.0055** | **$0.01** | **$0.018** |
171171
| **Total cost (listing + properties + write)** | **$0.0064** | **$0.0109** | **$0.0190** |
172172

@@ -177,7 +177,7 @@ This scenario is identical to the previous one except that you're also billed fo
177177
| Price factor | Hot | Cool | Cold |
178178
|---------------------------------------------------------|--------------|--------------|---------------|
179179
| **Total from previous section** | **$0.0064** | **$0.0109** | **$0.0190** |
180-
| Price of a single read operation (price / 10,000) | $0.00000044 | $0.000001 | $0.00001 |
180+
| Price of a single read operation | $0.00000044 | $0.000001 | $0.00001 |
181181
| **Cost of read operations (1,000 * operation price)** | **$0.00044** | **$0.001** | **$0.01** |
182182
| Price of data retrieval (per GiB) | Free | $0.01 | $0.03 |
183183
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |

0 commit comments

Comments
 (0)