Skip to content

Commit fd9e4a5

Browse files
authored
Update reserved-capacity.md
1 parent 50299bd commit fd9e4a5

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

articles/cosmos-db/reserved-capacity.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.topic: conceptual
77
ms.date: 03/11/2024
88
ms.author: sidandrews
9-
ms.reviewer: jucocchi
9+
ms.reviewer: rosouz
1010
---
1111

1212
# Optimize cost with reserved capacity in Azure Cosmos DB
@@ -26,7 +26,10 @@ The size of the reserved capacity purchase should be based on the total amount o
2626

2727
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.
2828

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+
Please note that:
30+
* There is no limit to the number of reservations.
31+
* You don't need to purchase all reservations in the same day.
32+
* You can combine different reservations in the same purchase.
3033

3134
## Reservations usage
3235

@@ -65,22 +68,22 @@ Reserved capacity has two different discount modes:
6568
* 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.
6669
* 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.
6770

68-
Please note that you can mix and match many SKUs in the same purchase.
71+
Please note that you can mix and match any reservations options and sizes in the same purchase.
6972

70-
### Discounts for reservations smaller than one million RU/s
73+
### Fixed discounts reservations
7174

72-
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.
75+
This option, using multiples of the 100 RU/s, allows you to reserve any capacity between 100 and 999,900 RU/s, with fixed discounts:
7376

74-
|Reservation SKU | One-Year Single Discount | Three-Years Discount
77+
|Reservation | One-Year Single Discount | Three-Years Discount
7578
|---------|---------|---------|
7679
| 100 RU/s | 20% | 30% |
7780
| 100 Multi-master RU/s | 20% | 30% |
7881

79-
### Discounts for reservations equal or bigger than one million RU/s
82+
### Progressive discounts reservations
8083

81-
You can buy up to 9999 units of the one-million SKUs, with the variable discounts rates below:
84+
This option, using multiples of our bigger reservation sizes, allows you to reserve any capacity starting on 1,000,000 RU/s, with progressive discounts:
8285

83-
|Reservation SKU | One-Year Discount | Three-Years Discount |
86+
|Reservation | One-Year Discount | Three-Years Discount |
8487
|---------|---------|---------|
8588
| 1,000,000 RU/s | 27.0% | 39.5% | 32.0% | 44.5% |
8689
| 1,000,000 Multi-master | 32.0% | 44.5% |
@@ -105,9 +108,9 @@ You can buy up to 9999 units of the one-million SKUs, with the variable discount
105108
| 30,000,000 RU/s | 43.4% | 58.3% |
106109
| 30,000,000 Multi-master RU/s | 48.4% | 63.3% |
107110

108-
You can maximize savings with the biggest SKU for your scenario. Example: You need 2 million RU/s, one year term. If you purchase 2 units of the 1,000,000 RU/s SKU, your discount will br 27.0%. If you purchase 1 unit of the 2,000,000 RU/s SKU, you will have exactly the same reserved capacity, but a 28.5% discount.
111+
You can maximize savings with the biggest reservation for your scenario. Example: You need 2 million RU/s, one year term. If you purchase 2 units of the 1,000,000 RU/s SKU, your discount will be 27.0%. If you purchase 1 unit of the 2,000,000 RU/s SKU, you will have exactly the same reserved capacity, but a 28.5% discount.
109112

110-
Please [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) to purchase any quantity of the reservations above.
113+
Please [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) to purchase any quantity of the reservations bigger than 1,000,000 RU/s.
111114

112115
## Sample Scenario 1
113116

@@ -137,16 +140,6 @@ Imagine this hypothetical scenario: A company needs a 10,950,000 three-years res
137140
* 9000 units of the 100 RU/s SKU, paid monthly.
138141
* 500 units of the 100 RU/s SKU, paid upfront.
139142

140-
141-
142-
## Existing reservations
143-
144-
Existing auto-renew reservations may have these situations:
145-
146-
* 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.
147-
* 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.
148-
149-
150143
## Determine the required throughput before purchase
151144

152145
We calculate purchase recommendations based on your hourly usage pattern. Usage over last 7, 30 and 60 days is analyzed, and reserved capacity purchase that maximizes your savings is recommended. You can view recommended reservation sizes in the Azure portal using the following steps:

0 commit comments

Comments
 (0)