Skip to content

Commit 8cee877

Browse files
committed
Final:
1 parent e683e14 commit 8cee877

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,9 @@ items:
512512
href: archive-cost-estimation.md
513513
- name: Estimates
514514
items:
515-
- name: Archive & retrieve
515+
- name: Early retrieval from archive
516516
href: cost-estimate-archive-retrieval.md
517-
- name: Data access from multiple regions
517+
- name: Cross region data access
518518
href: cost-estimate-multi-region-access.md
519519
- name: Optimize costs
520520
items:

articles/storage/blobs/cost-estimate-archive-retrieval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66

77
ms.service: azure-blob-storage
8-
ms.date: 05/28/2025
8+
ms.date: 05/29/2025
99
ms.topic: concept-article
1010
ms.author: normesta
1111
---

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: 'Cost estimate: Multiregion data access (Azure Blob Storage)'
2+
title: 'Cost estimate: Cross region data access (Azure Blob Storage)'
33
description: This article provides a sample estimate of what it might cost to ingest and access data in Azure Blob Storage from multiple Azure regions.
44
services: storage
55
author: normesta
66

77
ms.service: azure-blob-storage
8-
ms.date: 05/28/2025
8+
ms.date: 05/29/2025
99
ms.topic: concept-article
1010
ms.author: normesta
1111
---
@@ -37,25 +37,25 @@ The following table describes each cost.
3737

3838
Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), the following table shows how each cost component is calculated. This sample estimate doesn't include the [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB.
3939

40-
| Cost | Cost factor | Calculation | Value |
41-
|-------------------------|-----------------------------------------------|----------------------------------|-------------|
42-
| **Cost to write** | PutBlock operations per blob | 1 GiB / 8-MiB block | 155 |
43-
| | PutBlockList operations per blob | 1 per blob | 1 |
44-
| | Price of a write operation on the hot tier | | $0.000021 |
45-
| | Cost to upload log files<br></br> | (50,000 blobs * 156) * $0.000021 | **$163.80** |
46-
| **Cost of replication** | Price of data transfer (per GB) | | $0.02 |
47-
| | Data transfer fee | 50,000 GB * $0.02 | $1,000.00 |
48-
| | Price of network bandwidth (per GB) | | $0.02 |
49-
| | Network bandwidth fee | 50,000 GB * $0.02$ | $1,000.00 |
50-
| | Cost to replicate<br></br> | $1,000 + $1,000 | **$2,000** |
51-
| **Cost to read** | Number of read operations | 50,000 / 2 | 25,000 |
52-
| | Price a read operation on the hot tier | | $0.00440 |
53-
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | **$110.00** |
54-
| | Number of blobs downloaded from other regions | 25,000 * 75% | 1875 |
55-
| | Data transfer fee | 1875 * $0.02 | $375.00 |
56-
| | Network bandwidth fee | 1875 * $0.02 | $375.00 |
57-
| | Cost to transfer data out of region<br></br> | $375 + $375 | **$750.00** |
58-
| **Total cost** | | $163.80 + $2,000 + $110 + $750 | **860.00** |
40+
| Cost | Cost factor | Calculation | Value |
41+
|-------------------------|--------------------------------------------------|----------------------------------|---------------|
42+
| **Cost to write** | PutBlock operations per blob | 1 GiB / 8-MiB block | 155 |
43+
| | PutBlockList operations per blob | 1 per blob | 1 |
44+
| | Price of a write operation on the hot tier | | $0.000021 |
45+
| | **Cost to upload log files**<br></br> | (50,000 blobs * 156) * $0.000021 | **$163.80** |
46+
| **Cost of replication** | Price of data transfer (per GB) | | $0.02 |
47+
| | Data transfer fee | 50,000 GB * $0.02 | $1,000.00 |
48+
| | Price of network bandwidth (per GB) | | $0.02 |
49+
| | Network bandwidth fee | 50,000 GB * $0.02 | $1,000.00 |
50+
| | **Cost to replicate**<br></br> | $1,000 + $1,000 | **$2,000** |
51+
| **Cost to read** | Number of read operations | 50,000 / 2 | 25,000 |
52+
| | Price a read operation on the hot tier | | $0.00440 |
53+
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | **$110.00** |
54+
| | Number of blobs downloaded from other regions | 25,000 * 75% | 1875 |
55+
| | Data transfer fee | 1875 * $0.02 | $375.00 |
56+
| | Network bandwidth fee | 1875 * $0.02 | $375.00 |
57+
| | **Cost to transfer data out of region**<br></br> | $375 + $375 | **$750.00** |
58+
| **Total cost** | | $163.80 + $2,000 + $110 + $750 | **$3,023.80** |
5959

6060
> [!TIP]
6161
> 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)