Skip to content

Commit cad8fff

Browse files
committed
Fix inconsistency
1 parent 6ef9ff9 commit cad8fff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/cosmos-db/set-throughput.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ The response of those methods also contains the [minimum provisioned throughput]
103103
* [ThroughputResponse.MinThroughput](/dotnet/api/microsoft.azure.cosmos.throughputresponse.minthroughput) on the .NET SDK.
104104
* [ThroughputResponse.getMinThroughput()](/java/api/com.azure.cosmos.models.throughputresponse.getminthroughput) on the Java SDK.
105105

106-
The actual minimum RU/s may vary depending on your account configuration. But generally it's the maximum of:
107-
108-
* 400 RU/s
109-
* Current storage in GB * 1 RU/s
110-
* Highest RU/s ever provisioned on the database or container / 100
106+
The actual minimum RU/s may vary depending on your account configuration. For more information, see [the autoscale FAQ](autoscale-faq.yml).
111107

112108
### Changing the provisioned throughput
113109

0 commit comments

Comments
 (0)