Cosmos DB (1 / 62): You are designing an application that will use Azure Cosmos DB as its data store. The application will have a high volume of read and write operations. You want to ensure that each container in your database can handle the expected load independently. How should you configure the throughput?
Answer:
Dedicated throughput in Azure Cosmos DB is specified at the container level, meaning each container has its own amount of throughput that it can use independently of other containers.
Shared throughput is specified at the database level (not at container level) and shared among containers, not at the individual database level.
Dedicated throughput is not assigned at the database level but at the container level.