Results 6 comments of twisha

This enhancement request for SearchRequest is still valid

Upon deploying (using GHA) our updated azure func app, we get following error `Encountered an error (BadGateway) from host runtime.` NOTE: Works as expected on local We've updated our `FUNCTIONS_WORKER_RUNTIME`...

We tried creating a new func app. Its the same behavior/error i.e. `Encountered an error (BadGateway) from host runtime.`

> @twisha have you been able to solve the issue? I got exactly same error after migration from .NET 6 to .NET 8 isolated @asiqq23 it's still an issue for...

I am having the same issue with runtime version 8 here are my commands ``` az functionapp create --resource-group dev-azfunctions --consumption-plan-location eastus --runtime dotnet-isolated --runtime-version 8 --os-type linux --functions-version 4...