How does Function App Host know an Event has been pushed to the Event Hub to invoke the associated Event Hub Trigger?

Viewed 47
  • Does Function App do 'long polling' or 'loop with delay' behind the scene to check if there is a new Event?
  • Is there a notification mechanism built behind the scenes by Azure team to let Function App Host know when a new Event is pushed to the Event Hub?
  • How is Microsoft able to bear either of the above steps operation cost?
1 Answers
Related