QuestionQ230
Optimize an Azure Cosmos DB solutionYou have an Azure Resource Manager (ARM) template that provisions Azure Cosmos DB accounts and databases. The accounts are deployed in a single Azure region. The databases use provisioned throughput. Template parameters define the region name, the database-throughput type, and the throughput value.
You need to modify some Azure Cosmos DB accounts and databases for these scenarios:
- Scenario 1: Add a read region and increase database throughput.
- Scenario 2: Change provisioned database throughput to autoscale.
The solution must minimize administrative effort and the time required for the modifications.
What should you use for each scenario?
Select
Scenario 1:
Scenario 2:
Community Discussion