functions-csharp-eventhub-ordered-processing icon indicating copy to clipboard operation
functions-csharp-eventhub-ordered-processing copied to clipboard

Example of processing events in order with the Azure Functions Event Hubs trigger

functions-csharp-eventhub-ordered-processing

Repo has examples of processing messages in order, and different patterns of reliable message handling.

Related blog post: In order event processing

Related blog post: Reliable event processing

Sample Link
In-Order Processing link
Simple Try-Catch link
Retry Policies link
Circuit Breaker link