Skip to content

Commit f63e048

Browse files
committed
EventGrid atleast one delivery paradigm
1 parent bf148d3 commit f63e048

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/update-manager/pre-post-events-common-scenarios.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ The system cancels the scheduled run if one or more of the following conditions
181181
## Why the post event was not sent by the system?
182182

183183
If the user modifies the schedule run time after the pre-event has been triggered, the post event will not be sent because the scheduled time has been replaced with a new one.
184+
185+
> [!NOTE]
186+
> Azure Event Grid adheres to an at-least-once delivery paradigm. This implies that, in exceptional circumstances, there is a chance of the event handler being invoked more than once for a given event. Customers are advised to ensure that their event handler actions are idempotent. In other words, if the event handler is executed multiple times, it should not have any adverse effects. Implementing idempotency ensures the robustness of your application in the face of potential duplicate event invocations.
187+
188+
184189
---
185190

186191
## Next steps

0 commit comments

Comments
 (0)