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
90
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.