QuestionQ18
Connect to and consume Azure servicesYou are building an event-driven system that responds to new or updated documents in Azure Cosmos DB for NoSQL.
The application must process documents as they are created or updated in a container by using a change feed processor, and it must preserve processor state across runs.
Configure the components required for stateful change feed processing.
Select
Read changes from the source container.
Store continuation state and partition ownership.
Process new or updated items in the default change feed mode.
Community Discussion