Skip to content

Commit 33f5b5a

Browse files
committed
Fix links
1 parent 5917a27 commit 33f5b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A comma-delimited list of beta features to enable. Beta features enabled by thes
135135
|---|------------|
136136
|AzureWebJobsFeatureFlags|`feature1,feature2,EnableProxies`|
137137

138-
Add `EnableProxies` to this list to reenable proxies on version 4.x of the Functions runtime while you plan your migration to Azure API Management. For more information, see [Reenable proxies in Functions v4.x](./legacy-proxies.md#reenable-proxies-in-functions-v4x).
138+
Add `EnableProxies` to this list to reenable proxies on version 4.x of the Functions runtime while you plan your migration to Azure API Management. For more information, see [Reenable proxies in Functions v4.x](./legacy-proxies.md#re-enable-proxies-in-functions-v4x).
139139

140140
## AzureWebJobsKubernetesSecretName
141141

articles/azure-functions/migrate-version-3-version-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you don't see your programming language, go select it from the [top of the pa
230230

231231
### Runtime
232232

233-
- Azure Functions proxies is a legacy feature for versions 1.x through 3.x of the Azure Functions runtime. Support for Functions proxies can be re-enabled in version 4.x so that you can successfully upgrade your function apps to the latest runtime version. As soon as possible, you should instead switch to integrating your function apps with Azure API Management. API Management lets you take advantage of a more complete set of features for defining, securing, managing, and monetizing your Functions-based APIs. For more information, see [API Management integration](functions-proxies.md#api-management-integration). To learn how to re-enable proxies support in Functions version 4.x, see [Re-enable proxies in Functions v4.x](../articles/azure-functions/legacy-proxies.md#re-enable-proxies-in-functions-v4x).
233+
- Azure Functions proxies is a legacy feature for versions 1.x through 3.x of the Azure Functions runtime. Support for Functions proxies can be re-enabled in version 4.x so that you can successfully upgrade your function apps to the latest runtime version. As soon as possible, you should instead switch to integrating your function apps with Azure API Management. API Management lets you take advantage of a more complete set of features for defining, securing, managing, and monetizing your Functions-based APIs. For more information, see [API Management integration](functions-proxies.md#api-management-integration). To learn how to re-enable proxies support in Functions version 4.x, see [Re-enable proxies in Functions v4.x](legacy-proxies.md#re-enable-proxies-in-functions-v4x).
234234

235235
- Logging to Azure Storage using *AzureWebJobsDashboard* is no longer supported in 4.x. You should instead use [Application Insights](./functions-monitoring.md). ([#1923](https://github.com/Azure/Azure-Functions/issues/1923))
236236

0 commit comments

Comments
 (0)