A nuthatch-grove third-party site exposes HTTPS and must be told when a municipal resource changes. How should Event Grid deliver that notice?
Select an answer to reveal the explanation.
Short Explanation
Push beats endless polling. Point Event Grid at their HTTPS webhook (or a Function) so the change shows up when it happens.
Full Explanation
Event Grid can push events to webhook endpoints and Azure Functions among other handlers—ideal when a third party exposes HTTPS and needs timely notice. Continuous Blob polling, Graph CSV dumps, and ACR hosting do not implement that push delivery pattern.