Azure Functions become slow after upgrade to .Net Core 6 from .Net Core 3

Damilola Adejobi
0
Reputation points
After updating an Azure function i to .Net core 6 from .Net Core 3, the Azure Function is becoming extremely slow retrieving data from the service bus. We have an Azure Function that was running well processing thousands messages on the service bus per hour But after the last deployment it is becoming slow with only 10 records per hour
Sign in to answer