This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The application team is creating an application and deploying it to various regions across the globe, using a globally distributed Azure Cosmos DB account with multi-region write enabled. For each application region, the team would like the .NET client app to select a specific region for read/write operations, and then have the SDK determine fallback regions based on their proximity to the selection. Which method of the CosmosClientBuilder should the team use to accomplish this task?
CosmosClientBuilder.WithConsistencyLevel
CosmosClientBuilder.WithApplicationPreferredRegions
CosmosClientBuilder.WithApplicationRegion
The application team has a large data solution running on Azure Cosmos DB with multi-region write enabled. The team would like to write an application to read conflicts from the conflict feed and then resolve them using manual code. What resource[s] should the team create for this scenario?
Just a Last Write Wins conflict resolution policy
Just a custom conflict resolution policy
Both a custom conflict resolution policy and a stored procedure
You must answer all questions before checking your work.
Was this page helpful?