Exactly once delivery is supported in Event Hub output by default. Stream Analytics guarantees no data loss or no duplicates in Event Hub output, across user-initiated restarts from last output time, preventing duplicates from being produced. This greatly simplifies the streaming pipeline by not having to monitor, implement, and troubleshoot deduplication logic.
Learn more.