You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/reserved-capacity.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ The size of the reserved capacity purchase should be based on the total amount o
20
20
21
21
In this example, any provisioned throughput above 10,000 RU/s is billed with your pay-as-you-go rate. If the provisioned throughput is below 10,000 RU/s in an hour, then the extra reserved capacity for that hour is wasted.
22
22
23
-
Please note that:
23
+
Note that:
24
+
24
25
* There is no limit to the number of reservations.
25
26
* It's possible to buy more reservations at any moment.
26
27
* It's possible to buy different reservations in the same purchase.
@@ -42,28 +43,10 @@ The required permissions to purchase reserved capacity for Azure Cosmos DB are:
42
43
43
44
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.
44
45
45
-
### Autoscale provisioned throughput
46
-
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|
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:
46
+
Azure Cosmos DB consumes reservations in two different ways:
60
47
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 |
48
+
* 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, purchase 15,000 RU/s.
49
+
* 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, purchase 10,0000 RU/s.
0 commit comments