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
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,34 @@ The size of the reserved capacity purchase should be based on the total amount o
26
26
27
27
In this example, any provisioned throughput above 10,000 RU/s will be billed using your Pay-as-you-go rate. If provisioned throughput is below 10,000 RU/s in an hour, then the extra reserved capacity for that hour will be wasted.
28
28
29
+
Please note that there is no limit to the number of reservations. You don't need to purchase all reservations in the same day.
29
30
30
-
## Scenarios
31
+
## Example
32
+
33
+
Imagine this hypothetical scenario: A company is working in a new application but isn't sure about the requirements.
34
+
35
+
* On day 1 they purchased reserved capacity for their DEV/Test environment:
36
+
* Total of 800 RU/s, or 8 units of the 100 RU/s SKU.
37
+
* Scoped to the dev test resoure group.
38
+
* One year term, since the project will be ready in 9 months.
39
+
* Paid upfront, since it's a small value.
40
+
* On day 30 they purchased reserved capacity for their QA environment:
41
+
* 750,000 RU/s for load tests.
42
+
* Scoped to the subscription, so that dev/test environment is also beneficiated.
43
+
* One year term, since the project will be ready in 9 months.
44
+
* Paid monthly.
45
+
* On day 180 they purchased reserved capacity for the production environment:
46
+
* 3,500,000 RU/s, as suggested by their load test. That's 1 unit of the 3 million RU/s and 500 units of the 100 RU/s SKU.
47
+
* Scoped to the production subscription.
48
+
* Three-years term, to maximize the discounts.
49
+
* Paid Monthly.
50
+
51
+
52
+
## Reservations usage
31
53
32
54
Azure Cosmos DB reserved capacity covers throughput provisioned for your resources. It doesn't cover the storage and networking charges. 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.
33
55
34
-
### Autoscale provisioned throughput scenarios
56
+
### Autoscale provisioned throughput
35
57
36
58
Reserved capacity is consumed by autoscale database operations 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:
37
59
@@ -43,7 +65,7 @@ Reserved capacity is consumed by autoscale database operations at a rate of 100
Reserved capacity is consumed by standard database operations 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:
49
71
@@ -59,11 +81,18 @@ Reserved capacity is consumed by standard database operations at a rate of 100 R
59
81
60
82
Azure Cosmos DB reserved capacity can significantly reduce your Azure Cosmos DB costs, up to 63% on regular prices, with a one-year or three-year upfront commitment. Reserved capacity provides a billing discount and doesn't affect the runtime state of your Azure Cosmos DB resources, including performance and availability.
61
83
84
+
Reserved capacity has two different discount modes:
85
+
86
+
* Fixed discounts when you buy less than one million RU/s, using multiples of the 100 RU/s SKU. You can buy from 1 to 9999 units of this SKU.
87
+
* Progressive discounts when you one million RU/s or more, using multiple units of the 1 to 30 millions SKUs. You can buy from 1 to 9999 units of these SKU.
88
+
89
+
Please note that you can mix and match many SKUs in the same purchase.
90
+
62
91
### Discounts for reservations smaller than one million RU/s
63
92
64
-
You can buy up to 9999 units of the 100 RU/s option, 999,990 RU/s ,with the fixed discounts rates below:
93
+
This option, using multiples of the 100 RU/s SKU, allows you to reserve any capacity between 100 and 999,900 RU/s since you can choose quantities between 1 and 9999 units of the 100 RU/s SKU.
65
94
66
-
|Reservation Size | One-Year Single Discount | Three-Years Discount
95
+
|Reservation SKU | One-Year Single Discount | Three-Years Discount
67
96
|---------|---------|---------|
68
97
| 100 RU/s | 20% | 30% |
69
98
| 100 Multi-master RU/s | 20% | 30% |
@@ -72,7 +101,7 @@ You can buy up to 9999 units of the 100 RU/s option, 999,990 RU/s ,with the fixe
72
101
73
102
You can buy up to 9999 units of the one-million or more options, with the variable discounts rates below:
@@ -103,7 +132,7 @@ Please [create a support request](https://portal.azure.com/#blade/Microsoft_Azur
103
132
104
133
Existing auto-renew reservations may have these situations:
105
134
106
-
* If the reservation size is smaller than one million RU/s, it will be renewed with multiples of the 100 RU/s option, with the same one-year or three-years term.
135
+
* If the reservation size is smaller than one million RU/s, it will be renewed with multiples of the 100 RU/s SKU, with the same one-year or three-years term.
107
136
* If the reservation size is equal or bigger than one million RU/s, there are no changes and it will renewed with the same settings.
108
137
109
138
@@ -138,7 +167,7 @@ For a 30,000 RU/s reservation, in standard provisioned throughput, you should bu
138
167
139
168
## Buy Azure Cosmos DB reserved capacity
140
169
141
-
1. Devide the reservation size you want by 100 to calculate the number of units of the 100 RU/s option you need. The maximum quantity is 9999 units, or 999,900 RU/s. For one million RU/s or more, [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) for up to 63% discounts.
170
+
1. Devide the reservation size you want by 100 to calculate the number of units of the 100 RU/s SKU you need. The maximum quantity is 9999 units, or 999,900 RU/s. For one million RU/s or more, [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) for up to 63% discounts.
142
171
143
172
2. Sign in to the [Azure portal](https://portal.azure.com).
144
173
@@ -159,7 +188,7 @@ For a 30,000 RU/s reservation, in standard provisioned throughput, you should bu
159
188
| Reserved Capacity Units| The amount of throughput that you want to reserve. You can calculate this value by determining the throughput needed for all your Azure Cosmos DB resources (for example, databases or containers) per region. You then multiply it by the number of regions that you'll associate with your Azure Cosmos DB database. For example: If you have five regions with 1 million RU/sec in every region, select 5 million RU/s for the reservation capacity purchase. |
160
189
161
190
162
-
6. Click on the **Add to cart** blue button on the lower righ corner, and then on **View Cart** when you are done. The quantities are defined next. Please note that you can add different options to the cart. Example: If you need 1,100,000 RU/s, you should add both the 1,000,000 RU/s and the 100 RU/s options to the cart.
191
+
6. Click on the **Add to cart** blue button on the lower righ corner, and then on **View Cart** when you are done. The quantities are defined next. Please note that you can add different options to the cart. Example: If you need 1,100,000 RU/s, you should add both the 1,000,000 RU/s and the 100 RU/s SKUs to the cart.
163
192
164
193
7. In the **Purchase reservations** pane, review the billing frequency, the quantity, the discount, and the price of the reservation. This reservation price applies to Azure Cosmos DB resources with throughput provisioned across all regions. Example: If you need 1,100,000 RU/s for one region, you should set the 1,000,000 RU/s option quantity to 1 and the 100 RU/s option quantity to 1000. But if you need 1,100,000 RU/s in each region, and you have 2 regions, then the total should be 2,200,000 RU/s. And for 2,2 million RU/s, the best option is one unit of the two million RU/s option and 2000 units of the 100 RU/s option.
0 commit comments