You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request.HttpContext["MS_AzureFunctionsHttpResponse"] is replaced with ProxyResult 500 error.
The issue started to appear after moving function runtime from ASP NET Core 2.1 to 2.2.
Most likely we need to update Microsoft.Azure.AppService.Proxy.Client to ASP.NET Core 2.2. and see if some ResultRedirect test is broken(if there is one)
proxy_test.zip
After executing:
azure-functions-host/src/WebJobs.Script/Description/Proxies/ProxyClientExecutor.cs
Line 29 in f9540d6
request.HttpContext["MS_AzureFunctionsHttpResponse"]
is replaced with ProxyResult 500 error.The issue started to appear after moving function runtime from ASP NET Core 2.1 to 2.2.
Most likely we need to update Microsoft.Azure.AppService.Proxy.Client to ASP.NET Core 2.2. and see if some ResultRedirect test is broken(if there is one)
Function runtime related issue:
#3986
The text was updated successfully, but these errors were encountered: