Question:
Given the following statements about Azure Cosmos DB's Change Feed, identify which ones are true:
Answer:
The retention time depends on the configured time-to-live of the items and the change feed retention period set on the container, by default it's 7 days.
Change Feed is used in scenarios that require triggering a function or a logic app, real-time processing, or distributed database updates.
In the change feed, order is guaranteed within each logical partition key value, but not across them.