Skip to content

Commit 993dacb

Browse files
authored
Merge pull request #233379 from seesharprun/patch-2
Cosmos DB | Update autoscale-faq.yml
2 parents 20a4a7d + bd2240a commit 993dacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/autoscale-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ sections:
9494
9595
**Migration from standard (manual) provisioned throughput to autoscale**
9696
97-
For a container, use the following formula to estimate the initial autoscale max RU/s: ``MAX(1000, current manual provisioned RU/s, maximum RU/s ever provisioned / 10, storage in GB * 10)``, rounded to the nearest 1000 RU/s. The actual initial autoscale max RU/s may vary depending on your account configuration.
97+
For a container, use the following formula to estimate the initial autoscale max RU/s: ``MAX(1000, current manual provisioned RU/s, maximum RU/s ever provisioned / 10, storage in GB * 100)``, rounded to the nearest 1000 RU/s. The actual initial autoscale max RU/s may vary depending on your account configuration.
9898
9999
Example #1: Suppose you have a container with 10,000 RU/s manual provisioned throughput, and 25 GB of storage. When you enable autoscale, the initial autoscale max RU/s is: 10,000 RU/s, which can scale between 1000 - 10,000 RU/s.
100100

0 commit comments

Comments
 (0)