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
Right now, for the .NET worker's ASP.NET Core integration, you have to set AzureWebJobsFeatureFlags to include "EnableHttpProxying". This is unnecessary, as the worker provides a capability parameter that signals this already. Users should not be required to set redundant configuration.
The text was updated successfully, but these errors were encountered:
Right now, for the .NET worker's ASP.NET Core integration, you have to set
AzureWebJobsFeatureFlags
to include "EnableHttpProxying". This is unnecessary, as the worker provides a capability parameter that signals this already. Users should not be required to set redundant configuration.The text was updated successfully, but these errors were encountered: