Azure function runtime will automatically takes care of checkpointing when you are using Event Hub trigger. You don’t have to maintain it at your end. For more details you can refer to this document: https://learn.microsoft.com/en-us/azure/architecture/serverless/event-hubs-functions/event-hubs-functions#consuming-events-with-azure-functions
Azure function , EventHubTrigger Handles checkpointing automatically?
Akshit
95
Reputation points
hi , I'm using azure function and eventhub trigger so i want to know azure function or Evethub trigger handles checkpointing automatically or not. in my scenario i didn't create any checkpoint storage for checkpointing it created automatically, so just need to confirmation it is handled automatically or not if yes please share me any document related to this.
Thanks and waiting for response.
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
719 questions
Accepted answer
-
MayankBargali-MSFT 70,936 Reputation points Moderator
2023-06-08T13:13:18.5166667+00:00