Migrating data from old container to new partitioned container using change feed
问题 1.Is using azure cosmosdb changefeed right approach, to migrate data from old containers to new partitioned containers? 2.Will azure cosmosdb changefeed have documents which are not at all modified even once till now? 3.If above are true, what are the steps involved in migrating data using azure cosmosdb change feed. 回答1: You can certainly use Change Feed to achieve all this. Cosmos DB has several options to consume the Change Feed, one of them is using Azure Functions. If you go with the