Update Azure function to isolated worker model gives ‘FUNCTIONS_WORKER_RUNTIME’ warning
I have updated an Azure function app from the in process model to the Isolated worker model but get this warning message in the portal.
Exceeded language worker restart retry count for runtime:dotnet-isolated error happening locally upgrading to .net 8 isolated
I am trying to upgrade my azure function project from .net 6 to .net 8 isolated and it seems there is something wrong with my local because I get the same error in the projects that I developed myself and deployed to production. Here is the full log of what I get: I have also attached an image of the console output.