Skip to content

Commit ba443b6

Browse files
committed
Fixing calculations on cross region data access article
1 parent b75332f commit ba443b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/storage/blobs/cost-estimate-multi-region-access.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), th
4444
| | Price of a write operation on the hot tier | | $0.000021 |
4545
| | **Cost to upload log files**<br></br> | (50,000 blobs * 156) * $0.000021 | **$163.80** |
4646
| **Cost of replication** | Price of data transfer (per GB) | | $0.02 |
47-
| | **Data transfer fee** | 50,000 GB * $0.02 | **$1,000.00** |
47+
| | **Cost to replicate**<br><br> | 50,000 GB * $0.02 | **$1,000.00** |
4848
| **Cost to read** | Number of read operations | 50,000 / 2 | 25,000 |
4949
| | Price a read operation on the hot tier | | $0.00440 |
50-
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | **$110.00** |
50+
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | $110.00 |
5151
| | Number of blobs downloaded from other regions | 25,000 * 75% | 1875 |
52-
| | **Network bandwidth fee** | 1875 * $0.02 | **$375.00** |
53-
| **Total cost** | | $163.80 + $2,000 + $110 + $750 | **$1,648.80** |
52+
| | Network bandwidth fee | 1875 * $0.02 | $375.00 |
53+
| | **Cost to read**<br><br> | $110 + $375 | **$485** |
54+
| **Total cost** | | $163.80 + $1,000 + $485 | **$1,648.80** |
5455

5556
> [!TIP]
5657
> You can estimate the cost of these components in your environment by using [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/)

0 commit comments

Comments
 (0)