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
Copy file name to clipboardExpand all lines: articles/azure-functions/legacy-proxies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Re-enabling proxies requires you to set a flag in the `AzureWebJobsFeatureFlags`
22
22
23
23
+ If the `AzureWebJobsFeatureFlags` setting doesn't already exists, add this setting to your function app with a value of `EnableProxies`.
24
24
25
-
+ If this setting already exists, add `,EnableProxies` to the end of existing value.
25
+
+ If this setting already exists, add `,EnableProxies` to the end of the existing value.
26
26
27
27
[`AzureWebJobsFeatureFlags`](functions-app-settings.md#azurewebjobsfeatureflags) is a comma-delimited array of flags used to enable preview and other temporary features.
0 commit comments