Azure Cosmos DB Account Creation | Only Configurable Setting

Only Configurable Setting during Azure Cosmos DB Account Creation

Question

Which setting can only be configured during the creation of an Azure Cosmos DB account?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D

You must create a separate account for each API.

https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-manage-database-account

The correct answer is D. API.

When creating an Azure Cosmos DB account, you must choose which API to use for your database operations. Azure Cosmos DB supports multiple APIs, including SQL API, MongoDB API, Cassandra API, Azure Table API, and Gremlin API.

Once an API is selected during the account creation, it cannot be changed. The API determines the type of data model and query language that can be used for the database.

Geo-redundancy, multi-region writes, and the account type (production or non-production) can all be configured after the creation of the Cosmos DB account.

Geo-redundancy refers to the ability to replicate data across multiple regions for disaster recovery purposes. Multi-region writes allow you to write data to multiple regions at the same time to improve performance and availability.

The account type determines the pricing tier and limits for your Cosmos DB account. A non-production account is intended for development and testing purposes and has lower performance and storage limits than a production account.