Skip to content

Commit 65718f3

Browse files
authored
Merge pull request #275882 from richagaur/richagaur/change-capacity-mode
Richagaur/change capacity mode
2 parents 3fe4e79 + 238f86e commit 65718f3

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ author: richagaur
66
ms.author: richagaur
77
ms.service: cosmos-db
88
ms.subservice: nosql
9-
ms.custom:
10-
- build-2024
119
ms.topic: how-to
1210
ms.date: 05/08/2024
1311
#Customer Intent: As an administrator, I want to change the capacity mode, so that I can migrate from serverless to provisioned capacity.
@@ -17,7 +15,8 @@ ms.date: 05/08/2024
1715

1816
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
1917

20-
Azure Cosmos DB for NoSQL accounts in serverless capacity mode can be changed to provisioned capacity mode. 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: `Throughput(RU/s) = max(5000, StorageInGB * 10)`.
18+
Azure Cosmos DB for NoSQL accounts in serverless capacity mode can be changed to provisioned capacity mode. 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:
19+
`Throughput(RU/s) = max(5000, number of partitions * 1000)`.
2120

2221
You can also change the throughput or provisioning mode from manual to autoscale once the migration is complete.
2322

@@ -33,26 +32,33 @@ You can also change the throughput or provisioning mode from manual to autoscale
3332

3433
## Register for preview
3534

36-
To enable this feature, register for the preview feature **Change capacity mode (preview)** in your subscription. For more information, see [register for an Azure Cosmos DB preview feature](../access-previews.md).
35+
36+
To enable this feature, register for the preview feature **Change capacity mode from serverless to provisioned throughput** in your subscription. For more information, see [register for an Azure Cosmos DB preview feature](../access-previews.md).
3737

3838
## Change capacity mode
3939

4040
Follow these steps to change the capacity mode using Azure portal.
4141

4242
1. In the Azure portal, navigate to your API for NoSQL account.
4343

44-
1. Select the **Change** option associated with the **capacity mode** field in the **Overview** section of the account page.
44+
1. Select the **Change capacity mode to provisioned throughput** option in the **Overview** section of the account page.
4545

4646
1. Review the changes and select **Confirm** to start the migration.
4747

4848
1. Monitor the status using the **state** field in the **Overview** section. The status indicates that the account is **updating** while the migration is in progress.
4949

50-
1. Once the migration is complete, the **capacity mode** field is now set to **provisioned capacity**.
50+
1. Once the migration is complete, the **capacity mode** field is now set to **provisioned throughput**.
51+
52+
## Limitations
5153

52-
> [!IMPORTANT]
53-
> There are no service level agreements (SLAs) associated with the duration of the capacity mode change. You cannot execute any management operation while the migration is in progress. However, the containers can be accessed as usual by any client application.
54+
- This is one time migration that is; the account can't be reversed to serverless capacity mode again.
55+
- There's no SLA associated with the duration of migration.
56+
- Any management operation can't be executed while the migration is in progress.
57+
- In cases where you need to restore a deleted Cosmos DB account, the account is restored to provisioned throughput if the capacity mode was changed from serverless to provisioned, irrespective of the backup timestamp.
58+
- In cases where you need to restore a deleted serverless container within an existing account, which was migrated from serverless to provisioned throughput, contact Microsoft support.
5459

5560
## Related content
5661

5762
- [Chose between autoscale and manual throughput](../how-to-choose-offer.md).
5863
- [Choose between serverless and provisioned throughput](../throughput-serverless.md).
64+

0 commit comments

Comments
 (0)