Skip to content

Commit cc05aee

Browse files
committed
Final
1 parent cf6f30a commit cc05aee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This sample estimates the cost to retrieve a portion of data from the archive ti
1919
2020
## Scenario
2121

22-
Your company has stored 20 TB of data in the archive tier for long term retention. However, after only 3 months in archive storage, 20% of that data must be retrieved for analysis. You've been asked to estimate what it will cost to get that data from archive storage and then download that data to clients for analysis. The account is located in the West US region, and is configured for locally-redundant storage (LRS), and hierarchical namespaces are not enabled.
22+
Your company has an account that is located in the West US region, is configured for locally-redundant storage (LRS), and does not have hierarchical namespaces. The company has stored 20 TB of data in the archive tier for long term retention. However, after only 3 months in archive storage, 20% of that data must be retrieved for analysis. You've been asked to estimate what it will cost to get that data from archive storage and then download that data to clients for analysis.
2323

2424
## Cost components
2525

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.author: normesta
1212

1313
# Cost estimate: Upload and access data from multiple regions
1414

15-
This sample estimates the costs associated with uploading and downloading data from multiple Azure regions.
15+
This sample estimates the cost to upload and download data from multiple Azure regions.
1616

1717
> [!IMPORTANT]
1818
> This estimate is based on [these sample prices](blob-storage-estimate-costs.md#sample-prices). Sample prices shouldn't be used to calculate your production costs. To find official prices, see [Find the unit price for each meter](../common/storage-plan-manage-costs.md#find-the-unit-price-for-each-meter).
1919
2020
## Scenario
2121

22-
Your company has a storage account that is located in the West US region and hierarchical namespaces are not enabled. This year, a new client application is being distributed to users located in multiple Azure regions across the continent. The clients will generate and upload an estimated **50,000** log files this quarter. Each file is **1 GB** in size. During the quarter, your company estimates that client applications will download about half of those log files for diagnostic analysis. You've been asked to create an estimate.
22+
Your company has a storage account that is located in the West US region, is configured for Geo-redundant storage (GRS) and does not have hierarchical namespaces enabled. This year, a new client application is being distributed to users located in multiple Azure regions across the continent. The clients will generate and upload an estimated **50,000** log files (roughly 1 GB each in size) this quarter. During this time, your company estimates that client applications will download about half of those log files for diagnostic analysis. You've been asked to create an estimate.
2323

2424
## Cost components
2525

@@ -45,8 +45,8 @@ Based on [these sample prices](blob-storage-estimate-costs.md#sample-prices), th
4545
| | Price a read operation on the hot tier | Taken from sample prices | $0.00440 |
4646
| | Cost of read operations<br></br> | 25,000 GB * $0.00440 | **$110.00** |
4747
| | Number of blobs downloaded from other regions | 25,000 * 75% | 1875 |
48-
| | Data transfer fee (downloads) | 1875 * $0.02 | $375.00 |
49-
| | Network bandwidth fee (downloads) | 1875 * $0.02 | $375.00 |
48+
| | Data transfer fee | 1875 * $0.02 | $375.00 |
49+
| | Network bandwidth fee | 1875 * $0.02 | $375.00 |
5050
| | Cost to transfer data out of region<br></br> | $375 + $375 | **$750.00** |
5151
| **Total cost** | | | **860.00** |
5252

0 commit comments

Comments
 (0)