Hello @Abhishek Tomar !
The throughput of a container in Cosmos DB can be set to either manual or autoscale.
If the throughput is set to manual, it means that the provisioned throughput (in RU/s) for the container is fixed and does not change automatically. This is useful if you want to have fine-grained control over the throughput of the container.
If the throughput is set to autoscale, it means that Cosmos DB will automatically adjust the throughput of the container based on the workload. The maximum throughput (in RU/s) for the container is determined by the maximum RU/s value set for the database, which in your case is 10k.
In your scenario, if the throughput for the container is set to 6000 RU/s, it means that it is a manually provisioned throughput and will not change automatically based on the workload. However, it cannot exceed the maximum RU/s value set for the database (10k).
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards