A pebble-beach rental tool wants to page Cosmos changes on demand instead of hosting a continuous processor loop. Which official approach should the developer use?
Select an answer to reveal the explanation.
Short Explanation
Sometimes you want to flip pages yourself instead of running a always-on reader. That is the change feed pull model with a feed iterator. Spark can show up in docs, but it is not the AZ-204 answer here.
Full Explanation
Cosmos DB supports a pull model (feed iterator) so applications can request change feed pages on demand without hosting the processor’s continuous loop. Spark connectors are supporting documentation, not the AZ-204 skill answer. Logic Apps and Durable Functions are out of scope for this Domain 2 change-feed item.