Skip to content

Commit 2f4514c

Browse files
committed
resolved conflicts
1 parent c0d2cc7 commit 2f4514c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/nosql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
items:
412412
- name: Access preview features
413413
href: ../access-previews.md
414-
- name: How to change capacity mode
414+
- name: Change capacity mode
415415
href: how-to-change-capacity-mode.md
416416
- name: Develop applications
417417
items:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 05/08/2024
1616
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
1717

1818
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, StorageInGB * 10)`.
19+
`Throughput(RU/s) = max(5000, number of partitions * 1000)`.
2020

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

0 commit comments

Comments
 (0)