A slate-quarry timesheet system has many small Cosmos containers that are idle most of the day and one occasionally busy container. Where can provisioned throughput be set so idle containers can share RU/s?
Select an answer to reveal the explanation.
Short Explanation
Lots of quiet containers? Park shared RU/s at the database so they carpool. One hot container can still get its own dedicated throughput when it needs the fast lane.
Full Explanation
Cosmos DB lets developers provision throughput at database scope (shared across containers) or dedicate RU/s to a single container. Sharing suits many mostly idle containers; hot containers may warrant dedicated throughput. Blob settings, AKS node pools, and Table Storage APIs are not where Cosmos RU/s are configured for this developer choice.