Share via

Azure function , EventHubTrigger Handles checkpointing automatically?

Akshit 100 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.

Azure Event Hubs

Answer accepted by question author

  1. MayankBargali-MSFT 71,011 Reputation points Moderator
    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://learn.microsoft.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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.