🔥 3-day streak
Microsoft Azure Cosmos DB Developer Specialty (DP-420)12 / 104
Question 12 of 104

An e-commerce platform stores each customer's order in an 'orders' container partitioned by /customerId. The team needs an Azure Function triggered by the Cosmos DB change feed that, for every new or updated order, must (1) write a denormalized summary document to a 'customerOrderHistory' container and (2) push a message to a Service Bus queue for downstream fulfillment. The function must process changes reliably and scale across partitions automatically. Which approach correctly implements this integration?

Reviewed for accuracy · Report an issueNext question