- 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?