Skip to content

Commit 7055369

Browse files
Merge pull request #291281 from normesta/normesta-reg-updates-14
Fixing something
2 parents e38fe3d + 5fe5fd7 commit 7055369

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 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: 09/10/2024
8+
ms.date: 12/02/2024
99
ms.author: normesta
1010
ms.custom: subject-cost-optimization
1111
---
@@ -174,25 +174,25 @@ For each blob, AzCopy uses the [Get Blob Properties](/rest/api/storageservices/g
174174

175175
This scenario is identical to the previous one except that you're also billed for data retrieval and for read operation that is based on the source tier.
176176

177-
| Price factor | Hot | Cool | Cold |
178-
|-------------------------------------------------------|--------------|-------------|-------------|
179-
| **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 |
181-
| **Cost of read operations (1,000 * operation price)** | **$0.00044** | **$0.001** | **$0.01** |
182-
| Price of data retrieval (per GiB) | Free | $0.01 | $0.03 |
183-
| **Cost of data retrieval (5 * operation price)** | **$0.00** | **$.05** | **$.15** |
184-
| **Total cost (previous section + retrieval + read)** | **$0.0068** | **$0.0619** | **$0.1719** |
177+
| Price factor | Hot | Cool | Cold |
178+
|---------------------------------------------------------|--------------|--------------|---------------|
179+
| **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 |
181+
| **Cost of read operations (1,000 * operation price)** | **$0.00044** | **$0.001** | **$0.01** |
182+
| Price of data retrieval (per GiB) | Free | $0.01 | $0.03 |
183+
| **Cost of data retrieval 1000 * (5 * operation price)** | **$0.00** | **$50.00** | **$150.00** |
184+
| **Total cost (previous section + retrieval + read)** | **$0.0068** | **$50.0119** | **$150.0290** |
185185

186186
### Cost of copying blobs to an account located in another region
187187

188188
This scenario is identical to the previous one except you're billed for network egress charges.
189189

190-
| Price factor | Hot | Cool | Cold |
191-
|--------------------------------------------------------|-------------|-------------|-------------|
192-
| **Total cost from previous section** | **$0.0068** | **$0.0619** | **$0.1719** |
193-
| Price of network egress (per GiB) | $0.02 | $0.02 | $0.02 |
194-
| **Total cost of network egress (5 * price of egress)** | **$.10** | **$.10** | **$.10** |
195-
| **Total cost (previous section + egress)** | **$0.1068** | **$0.1619** | **$0.2790** |
190+
| Price factor | Hot | Cool | Cold |
191+
|---------------------------------------------------------------|---------------|---------------|---------------|
192+
| **Total cost from previous section** | **$0.0068** | **$0.0619** | **$0.1719** |
193+
| Price of network egress (per GiB) | $0.02 | $0.02 | $0.02 |
194+
| **Total cost of network egress 1000 * (5 * price of egress)** | **$100** | **$100** | **$100** |
195+
| **Total cost (previous section + egress)** | **$100.0068** | **$150.0119** | **$250.0290** |
196196

197197
## The cost to synchronize changes
198198

@@ -218,15 +218,15 @@ The [azcopy sync](../common/storage-use-azcopy-blobs-synchronize.md?toc=/azure/s
218218

219219
The following table contains all of the estimates presented in this article. All estimates are based on transferring **1000** blobs that are each **5 GiB** in size and use the sample prices listed in the next section.
220220

221-
| Scenario | Hot | Cool | Cold | Archive |
222-
|---------------------------------------------|---------|---------|---------|---------|
223-
| Upload blobs (Blob Service endpoint) | $3.53 | $6.41 | $11.54 | $3.53 |
224-
| 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 |
227-
| Copy blobs | $0.064 | $0.0109 | $0.0190 | N/A |
228-
| Copy blobs to another account | $0.0068 | $0.0619 | $0.1719 | N/A |
229-
| Copy blobs to an account in another region | $0.1068 | $0.1619 | $0.2790 | N/A |
221+
| Scenario | Hot | Cool | Cold | Archive |
222+
|---------------------------------------------|-----------|-----------|-----------|---------|
223+
| Upload blobs (Blob Service endpoint) | $3.53 | $6.41 | $11.54 | $3.53 |
224+
| 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 |
227+
| Copy blobs | $0.064 | $0.0109 | $0.0190 | N/A |
228+
| Copy blobs to another account | $0.0068 | $50.0119 | $150.0290 | N/A |
229+
| Copy blobs to an account in another region | $100.0068 | $150.0119 | $250.0290 | N/A |
230230

231231
## Sample prices
232232

0 commit comments

Comments
 (0)