Azure function , EventHubTrigger Handles checkpointing automatically?

87592231 85 Reputation points
2023-06-06T15:14:23.4066667+00:00

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.
4,890 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
627 questions
{count} vote

Accepted answer
  1. MayankBargali-MSFT 70,141 Reputation points
    2023-06-08T13:13:18.5166667+00:00

    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://video2.skills-academy.com/en-us/azure/architecture/serverless/event-hubs-functions/event-hubs-functions#consuming-events-with-azure-functions

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.