Skip to content

Commit b75332f

Browse files
committed
Incremental checkin
1 parent 445e488 commit b75332f

File tree

2 files changed

+18
-23
lines changed

2 files changed

+18
-23
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Cost estimate: Analyze archived data (Azure Blob Storage)'
3-
description: This article shows an example of what it costs to retrieve and analyze archived data in Azure Blob Storage.
2+
title: 'Cost estimate: Move data from archive (Azure Blob Storage)'
3+
description: This article shows an example of what it costs to move data out of archive storage.
44
services: storage
55
author: normesta
66

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

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,27 @@ The following table describes each cost.
3030
| Cost | Description |
3131
|----|----|
3232
| **Cost to write** | During this quarter, clients will upload an estimated **50,000** log files (roughly **1 GB** each in size). Clients are configured to upload those log files in 8 MiB blocks. Each block is billed as a write operation with one additional operation to commit those blocks. A smaller block size is very performant, but you know that a larger block size results in fewer write operations so you plan to include that suggestion along with your estimate. |
33-
| **Cost of replication** | Because the account is configured for geo-redundant storage, all blobs are replicated to a secondary region. This replication process adds a data transfer fee and a network bandwidth fee. These fees are charged per GB.|
34-
| **Cost to read** | Any blob that is downloaded for diagnostic analysis is billed as a read operation. You believe that client applications will download about half of the files uploaded for diagnostic analysis. You also learn that **75%** of client applications are not located in the same region as the storage account. Therefore, blobs downloaded by those clients incur a data transfer fee and a network bandwidth fee. |
33+
| **Cost of replication** | Because the account is configured for geo-redundant storage, all blobs are replicated to a secondary region. This replication process adds a data transfer fee per GB replicated.|
34+
| **Cost to read** | Any blob that is downloaded for diagnostic analysis is billed as a read operation. You believe that client applications will download about half of the files uploaded for diagnostic analysis. You also learn that **75%** of client applications are not located in the same region as the storage account. Therefore, blobs downloaded by those clients incur a network bandwidth fee. |
3535

3636
## Estimate
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 | **$3,023.80** |
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+
| **Cost to read** | Number of read operations | 50,000 / 2 | 25,000 |
49+
| | Price a read operation on the hot tier | | $0.00440 |
50+
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | **$110.00** |
51+
| | 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** |
5954

6055
> [!TIP]
6156
> 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)