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/nosql/how-to-change-capacity-mode.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Change capacity mode from serverless to provisioned throughput in Azure Cosmos DB
2
+
title: Change capacity mode from serverless to provisioned throughput in Azure Cosmos DB (preview)
3
3
description: Learn how to change the capacity mode of a serverless account to a provisioned capacity account.
4
4
author: richagaur
5
5
ms.author: richagaur
@@ -10,13 +10,13 @@ ms.date: 05/21/2024
10
10
ms.custom: build-2024
11
11
---
12
12
13
-
# Change from serverless to provisioned capacity mode in Azure Cosmos DB
13
+
# Change from serverless to provisioned capacity mode in Azure Cosmos DB (preview)
14
14
15
15
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
16
16
17
17
Azure Cosmos DB allows a user to change the capacity mode of an account from serverless to provisioned capacity. Changing from serverless to provisioned capacity mode converts all containers within the account to manual provisioned throughput containers in-place. The containers' throughput is determined according to the following formula.
18
18
19
-
Throughput(RU/s) = max(5000, StorageInGB * 10)
19
+
`Throughput(RU/s) = max(5000, StorageInGB * 10)`
20
20
21
21
Users can also change the throughput or provisioning mode from manual to autoscale once the migration is complete.
22
22
@@ -25,7 +25,7 @@ Users can also change the throughput or provisioning mode from manual to autosca
25
25
26
26
## Getting started
27
27
28
-
To enable this feature, register for the preview feature **Change capacity mode** on your subscription.
28
+
To enable this feature, register for the preview feature **Change capacity mode (preview)** on your subscription.
29
29
30
30
## How to change capacity mode?
31
31
@@ -45,8 +45,8 @@ Follow the steps below to change the capacity mode using Azure portal.
45
45
46
46
## Next Steps
47
47
48
-
- Learn [how to chose between autoscale and manual throughput](../how-to-choose-offer).
49
-
- Learn [how to chose between serverless and provisioned throughput](../throughput-serverless).
48
+
- Learn [how to chose between autoscale and manual throughput](../how-to-choose-offer.md).
49
+
- Learn [how to chose between serverless and provisioned throughput](../throughput-serverless.md).
50
50
- Trying to do capacity planning for Azure Cosmos DB with provisioned capacity?
51
-
If you know typical request rates for your current database workload, [read about estimating request units using Azure Cosmos DB capacity planner](estimate-ru-with-capacity-planner).
51
+
If you know typical request rates for your current database workload, [read about estimating request units using Azure Cosmos DB capacity planner](estimate-ru-with-capacity-planner.md).
0 commit comments