I have an Azure Function hosting on App service plan with Event Hub trigger. The Event Hub has 4 partitions.
My question is, if the function has only one instance, how the function process the events from 4 partitions? Does this one instance function acquire lease of all 4 partition, and round robin to process partition by partition?