Skip to content

Commit 5664f78

Browse files
committed
Typo
1 parent 33f5b5a commit 5664f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/legacy-proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Re-enabling proxies requires you to set a flag in the `AzureWebJobsFeatureFlags`
2222

2323
+ If the `AzureWebJobsFeatureFlags` setting doesn't already exists, add this setting to your function app with a value of `EnableProxies`.
2424

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.
2626

2727
[`AzureWebJobsFeatureFlags`](functions-app-settings.md#azurewebjobsfeatureflags) is a comma-delimited array of flags used to enable preview and other temporary features.
2828

0 commit comments

Comments
 (0)