When creating a consumption plan hosted eventhub triggered azure function with the inputtrigger connection managed by managedidentity it wont scale out. The Eventhub triggering the function has 32 partitions and millions and millions of events being retained for 7 days.
When creating a consumption plan hosted eventhub triggered azure function with the inputtrigger connection managed by managedidentity it wont scale out. The Eventhub triggering the function has 32 partitions and millions and millions of events being retained for 7 days.
SOLUTION: Changing from managedidentity to a classic connectionsstring for the connection binding makes it scale as its supposed to.
My setup: