Knowledge check

Completed
1.

You are creating an application that will be deployed to various regions across the globe while being backed by a globally distributed Azure Cosmos DB account with multi-region write enabled. For each application region, you 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 your selection. Which method of the CosmosClientBuilder should you use to accomplish this task?

2.

You have a large data solution running on Azure Cosmos DB with multi-region write enabled. Your 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 you create for this scenario?