Differences in behavior in Azure Function running in App Service plan and Consumption Plan. Why?
I'm running the WkHtmlToPdf.exe as part as an Azure Function in an App Service Plan (B1). I would like to move this Azure Function to a Consumption plan, but it seems to fail.
I track down the blocking point to be the WkHtmlToPdf.exe, by using the Kudo console.
With an Azure Function in a Consumption plan, it just ends in a deadlock and never returns to the console.
Any ideas on this?
How it looks when running in a App Service Plan:
