I'm trying to figure out how to specify a 10GB fixed size when creating a new Cosmos DB collection using the Azure CLI. The az cosmosdb collection create command does not let you specify that. Must be right in my face but I can't see how can I achieve this.
az cosmosdb collection create --collection-name
--db-name
[--default-ttl]
[--indexing-policy]
[--key]
[--name]
[--partition-key-path]
[--resource-group-name]
[--throughput]
[--url-connection]


400(minimum throughput allowed for a fixed size collection)? You can then update the collection later and set its value to anywhere between 400 and 2500 (maximum throughput allowed for a fixed size collection). - Gaurav Mantri