.Net 8 dotnet-isolated runtime starup errors for function app

Muhammad Ammad Khan 0 Reputation points
2024-04-19T16:03:48.2466667+00:00

I successfully migrated one of the function apps while another ran into an error and I get the following error on startup while locally it runs fine

I have removed the WEBSITE_RUN_FROM_PACKAGE from app settings while it automatically gets created when deploying from Azure pipeline. The configuration is set to correct .NET Version that is .Net 8 Isolated

If I don't delete WEBSITE_RUN_FROM_PACKAGE before release I get following error in the pipeline

 Failed to sync triggers for function app 'functionApp'. Error: BadRequest - Encountered an error (BadGateway) from host runtime. (CODE: 400)

Microsoft.Azure.WebJobs.Script.HostInitializationException : Did not find functions with language [dotnet-isolated].  
  at Microsoft.Azure.WebJobs.Script.Utility.VerifyFunctionsMatchSpecifiedLanguage(IEnumerable`1 functions,String workerRuntime,Boolean isPlaceholderMode,Boolean isHttpWorker,CancellationToken cancellationToken) at /src/azure-functions-host/src/WebJobs.Script/Utility.cs : 641  
  at async Microsoft.Azure.WebJobs.Script.ScriptHost.GetFunctionDescriptorsAsync(IEnumerable`1 functions,IEnumerable`1 descriptorProviders,String workerRuntime,CancellationToken cancellationToken) at /src/azure-functions-host/src/WebJobs.Script/Host/ScriptHost.cs : 768  
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()  
  at async Microsoft.Azure.WebJobs.Script.ScriptHost.InitializeFunctionDescriptorsAsync(IEnumerable`1 functionMetadata,String workerRuntime,CancellationToken cancellationToken) at /src/azure-functions-host/src/WebJobs.Script/Host/ScriptHost.cs : 542  
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()  
  at async Microsoft.Azure.WebJobs.Script.ScriptHost.InitializeAsync(CancellationToken cancellationToken) at /src/azure-functions-host/src/WebJobs.Script/Host/ScriptHost.cs : 317  
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()  
  at async Microsoft.Azure.WebJobs.Script.ScriptHost.StartAsyncCore(CancellationToken cancellationToken) at /src/azure-functions-host/src/WebJobs.Script/Host/ScriptHost.cs : 259  
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()  
  at async Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)  
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()  
  at async Microsoft.Azure.WebJobs.Script.WebHost.WebJobsScriptHostService.UnsynchronizedStartHostAsync(ScriptHostStartupOperation activeOperation,Int32 attemptCount,JobHostStartupMode startupMode) at /src/azure-functions-host/src/WebJobs.Script.WebHost/WebJobsScriptHostService.cs : 376
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
{count} votes