Skip to content

Commit 3155167

Browse files
authored
adding note on autoscale vs manual
1 parent 8afaef5 commit 3155167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/sql/throughput-control-spark.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Throughput control for the Spark Connector is configured by first creating a con
4343
TBLPROPERTIES(partitionKeyPath = '/groupId', autoScaleMaxThroughput = '4000', indexingPolicy = 'AllProperties', defaultTtlInSeconds = '-1');
4444
```
4545

46+
> [!NOTE]
47+
> The above example creates a container with [autoscale](../provision-throughput-autoscale.md). If you prefer standard provisioning, you can replace `autoScaleMaxThroughput` will `manualThroughput` instead.
48+
4649
> [!IMPORTANT]
4750
> The partition key must be defined as `/groupId`, and `ttl` must be enabled, for the throughput control feature to work.
4851

0 commit comments

Comments
 (0)