Skip to content

Commit 92193fc

Browse files
author
Richa Gaur
committed
links corrected
1 parent 2860329 commit 92193fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cosmos-db/nosql/how-to-change-capacity-mode.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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)
33
description: Learn how to change the capacity mode of a serverless account to a provisioned capacity account.
44
author: richagaur
55
ms.author: richagaur
@@ -10,13 +10,13 @@ ms.date: 05/21/2024
1010
ms.custom: build-2024
1111
---
1212

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)
1414

1515
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
1616

1717
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.
1818

19-
Throughput(RU/s) = max(5000, StorageInGB * 10)
19+
`Throughput(RU/s) = max(5000, StorageInGB * 10)`
2020

2121
Users can also change the throughput or provisioning mode from manual to autoscale once the migration is complete.
2222

@@ -25,7 +25,7 @@ Users can also change the throughput or provisioning mode from manual to autosca
2525
2626
## Getting started
2727

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.
2929

3030
## How to change capacity mode?
3131

@@ -45,8 +45,8 @@ Follow the steps below to change the capacity mode using Azure portal.
4545
4646
## Next Steps
4747

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).
5050
- 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).
5252

0 commit comments

Comments
 (0)