A quail-hedge Event Grid webhook is down for an hour. What delivery reliability behavior should the developer expect for push subscriptions?
Select an answer to reveal the explanation.
Short Explanation
Push isn’t fire-and-forget. Event Grid backs off and retries (roughly a day), and you can send stubborn failures to a dead-letter storage destination.
Full Explanation
Event Grid push delivery retries with exponential backoff over an extended window (documented around 24 hours) and can dead-letter undeliverable events to a configured storage destination. Instant silent drops, treating Service Bus DLQ as the Event Grid mechanism, and AKS sidecars misstate that reliability model.