Valid AZ-204 Dumps shared by ExamDiscuss.com for Helping Passing AZ-204 Exam! ExamDiscuss.com now offer the newest AZ-204 exam dumps, the ExamDiscuss.com AZ-204 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-204 dumps with Test Engine here:
You are developing a solution that will use a multi-partitioned Azure Cosmos DB database. You plan to use the latest Azure Cosmos DB SDK for development. The solution must meet the following requirements: * Send insert and update operations to an Azure Blob storage account. * Process changes to all partitions immediately. * Allow parallelization of change processing. You need to process the Azure Cosmos DB operations. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Correct Answer: C,D
Azure Functions is the simplest option if you are just getting started using the change feed. Due to its simplicity, it is also the recommended option for most change feed use cases. When you create an Azure Functions trigger for Azure Cosmos DB, you select the container to connect, and the Azure Function gets triggered whenever there is a change in the container. Because Azure Functions uses the change feed processor behind the scenes, it automatically parallelizes change processing across your container's partitions. Note: You can work with change feed using the following options: * Using change feed with Azure Functions * Using change feed with change feed processor erence: https://docs.microsoft.com/en-us/azure/cosmos-db/read-change-feed https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed-pull-model https://docs.microsoft.com/en-us/azure/cosmos-db/read-change-feed#azure-functions https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed-pull-model#using-feedrange-for- parallelization