❔ Azure Linux Functions, dotnet isolated
I have an issue with my Azure Linux functions, they are made like this in terraform: https://pastebin.com/SJBK0EVc
Problem I get is that when I upload code to one of them I keep getting these errors:
I am using dotnet 7, and my functions are supposed to be dotnet-isolated.
Since this timesout and kills my functions non stop, I am hoping there is any suggestions to fix this.
Any suggestions?
Problem I get is that when I upload code to one of them I keep getting these errors:
Exceeded language worker restart retry count for runtime:dotnet-isolated. Shutting down and proactively recycling the Functions Host to recoverhttps://aka.ms/dotnet/app-launch-failedFailed to start a new language worker for runtime: dotnet-isolated.To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=debian.11-x64
I am using dotnet 7, and my functions are supposed to be dotnet-isolated.
Since this timesout and kills my functions non stop, I am hoping there is any suggestions to fix this.
Any suggestions?
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.