Skip to content

Commit 29bd328

Browse files
committed
Remove price example
1 parent 3c3aba7 commit 29bd328

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/cosmos-db/optimize-cost-regions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ In a multi-region writes system, the net available RUs for write operations incr
2222

2323
### Example
2424

25-
Consider that you have a container in West US configured for single-region writes, provisioned with throughput of 10K RU/s, storing 0.5 TB of data this month. Let’s assume you add a region, East US, with the same storage and throughput and you want the ability to write to the containers in both the regions from your app. Your new total monthly bill (assuming 730 hours in a month) will be as follows:
26-
27-
|**Item**|**Usage (monthly)**|**Rate**|**Monthly Cost**|
28-
|----|----|----|----|
29-
|Throughput bill for container in West US (single write region) |10K RU/s * 730 hours |$0.008 per 100 RU/s per hour |$584 |
30-
|Throughput bill for container in 2 regions - West US & East US (multiple write regions) |2 * 10K RU/s * 730 hours |$0.016 per 100 RU/s per hour |$2,336 |
31-
|Storage bill for container in West US |0.5 TB (or 512 GB) |$0.25/GB |$128 |
32-
|Storage bill for container in 2 regions - West US & East US |2 * 0.5 TB (or 1,024 GB) |$0.25/GB |$256 |
25+
Consider that you have a container in West US configured for single-region writes, provisioned with throughput of 10K RU/s, storing 0.5 TB of data this month. Let’s assume you add a region, East US, with the same storage and throughput and you want the ability to write to the containers in both the regions from your app. Your new total monthly consumption (assuming 730 hours in a month) will be as follows:
26+
27+
|**Item**|**Usage (monthly)**|
28+
|----|----|----|
29+
|Throughput bill for container in West US (single write region) |10K RU/s * 730 hours |
30+
|Throughput bill for container in 2 regions - West US & East US (multiple write regions) |2 * 10K RU/s * 730 hours |
31+
|Storage bill for container in West US |0.5 TB (or 512 GB) |
32+
|Storage bill for container in 2 regions - West US & East US |2 * 0.5 TB (or 1,024 GB) |
3333

3434
## Improve throughput utilization on a per region-basis
3535

0 commit comments

Comments
 (0)