Skip to content

Commit 0d97df7

Browse files
authored
Update reserved-capacity.md
1 parent 4287f36 commit 0d97df7

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

articles/cosmos-db/reserved-capacity.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,10 @@ The required permissions to purchase reserved capacity for Azure Cosmos DB are:
4242

4343
As soon as you buy a reservation, the throughput charges that match the reservation attributes are no longer charged at the pay-as-you go rates. For more information on reservations, see the [Azure reservations](../cost-management-billing/reservations/save-compute-costs-reservations.md) article.
4444

45-
### Autoscale provisioned throughput
45+
Note that:
4646

47-
Autoscale database operations consume reserved capacity at a rate of 100 RU/s x 1.5 x N regions. For the usable net RU/s per region of a reservation, the formula is inverted. Examples:
48-
49-
| Scenario | Autoscale Rate | Regions |Formula | Net RU/s per region|
50-
|----------|---------|----------|---------|---------|
51-
| 10,000 RU/s | 1.5 | 1 | (10,000 / 1.5) / 1 | 6,666.66 |
52-
| 10,000 RU/s | 1.5 | 2 | (10,000 / 1.5) / 2 | 3,333.33 |
53-
| 15,000 RU/s | 1.5 | 1 | (15,000 / 1.5) / 1 | 10,000 |
54-
| 30,000 RU/s | 1.5 | 2 | (30,000 / 1.5) / 2 | 10,000 |
55-
56-
57-
### Standard provisioned throughput
58-
59-
Standard database operations consume reserved capacity at a rate of 100 RU/s x N regions. For the usable net RU/s per region of a reservation, the formula is inverted. Examples:
60-
61-
| Scenario | Regions |Formula | Net RU/s per region|
62-
|----------|----------|---------|---------|
63-
| 10,000 RU/s | 1 | 10,000 / 1 | 10,000 |
64-
| 10,000 RU/s | 2 | 10,000 / 2 | 5,000 |
65-
| 15,000 RU/s | 1 | 15,000 / 1 | 15,000 |
66-
| 30,000 RU/s | 2 | 30,000 / 2 | 15,000 |
47+
* Autoscale database operations consume reserved capacity at a rate of 100 RU/s x 1.5 x N regions. So, if you need 10,000 RU/s for all your regions, your should purchase 15,000 RU/s.
48+
* Standard database operations consume reserved capacity at a rate of 100 RU/s x N regions. So, if you need 10,000 RU/s for all your regions, you should purchase 10,0000 RU/s.
6749

6850

6951
## Discounts

0 commit comments

Comments
 (0)