This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which Azure CLI command will create a new Azure Cosmos DB account using the NoSQL API?
az cosmosdb create
az cosmosdb sql create
az cosmosdb create --api sql
Which Azure CLI command will change the maximum amount of throughput for a container using autoscale throughput?
az cosmosdb sql container throughput migrate --throughput-type
az cosmosdb sql container throughput update --throughput
az cosmosdb sql container throughput update --max-throughput
How can you initiate a manual failover to another region in your Azure Cosmos DB for NoSQL account?
Use the az cosmosdb failover-priority-change --failover-policies command to change the priority of any region.
az cosmosdb failover-priority-change --failover-policies
Use the az cosmosdb failover-priority-change --failover-policies command ensuring that you specifically change the priority of the region with a priority = 0.
Use the az cosmosdb update command to "bounce" the service
az cosmosdb update
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?