An aurora-watch lodge already runs a Cosmos-triggered Azure Function. A second long-running worker in Azure Container Apps must consume the same container’s changes. Which Domain 2 approach fits the Container App?
Select an answer to reveal the explanation.
Short Explanation
The Functions trigger already covers the lodge’s serverless path. The Container App needs the change feed processor (or pull model)—not another HTTP timer that lists the container, and not Redis or AKS detours.
Full Explanation
Domain 2 change-feed notifications for non-Functions hosts use the change feed processor or the pull model. A Cosmos-triggered Function is a different hosting path already associated with Domain 1 compute skills. Polling via HTTP, Redis pub/sub, and AKS/kubectl fall outside the in-scope AZ-204 answer for this item.