Azure Function giving Timeout Exception after migrating from inprocess to isolated worker process
I have migrated from in-process function to isolated worker process(.net6 to .net8). Before migration I was not getting any timout exception. On lower environments as well app didnt get any timeout and testing was successful. But on production getting "Microsoft.Azure.WebJobs.Host.FunctionTimeoutException".…