A pipit-meadow worker is not always online and cannot expose a public webhook. How can Event Grid still deliver discrete events when the app is ready?
Select an answer to reveal the explanation.
Short Explanation
No public webhook? Pull when you wake up. Namespace-topic pull delivery lets the worker fetch discrete events on its schedule.
Full Explanation
Event Grid documents push and pull delivery; pull on namespace topics suits clients that cannot expose a durable public endpoint. Switching automatically to Event Hubs is for streaming telemetry, not the default answer for offline discrete consumers; Insights log scraping is not delivery.