File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,7 @@ The response of those methods also contains the [minimum provisioned throughput]
103
103
* [ ThroughputResponse.MinThroughput] ( /dotnet/api/microsoft.azure.cosmos.throughputresponse.minthroughput ) on the .NET SDK.
104
104
* [ ThroughputResponse.getMinThroughput()] ( /java/api/com.azure.cosmos.models.throughputresponse.getminthroughput ) on the Java SDK.
105
105
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 ) .
111
107
112
108
### Changing the provisioned throughput
113
109
You can’t perform that action at this time.
0 commit comments