Valid AZ-303 Dumps shared by ExamDiscuss.com for Helping Passing AZ-303 Exam! ExamDiscuss.com now offer the newest AZ-303 exam dumps, the ExamDiscuss.com AZ-303 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-303 dumps with Test Engine here:
You have an Azure Cosmos DB account named Account1. Account1 includes a database named DB1 that contains a container named Container1. The partition key for Container1 is set to /city. You plan to change the partition key for Container1. What should you do first?
Correct Answer: B
Explanation The Change Feed Processor and Bulk Executor Library, in Azure Cosmos DB can be leveraged to achieve a live migration of your data from one container to another. This allows you to re-distribute your data to match the desired new partition key scheme, and make the relevant application changes afterwards, thus achieving the effect of "updating your partition key". Reference: https://devblogs.microsoft.com/cosmosdb/how-to-change-your-partition-key/