Skip to content

Commit 876bcd3

Browse files
authored
Revise proxies note
1 parent 6fc8517 commit 876bcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions runtime versions overview
33
description: Azure Functions supports multiple versions of the runtime. Learn the differences between them and how to choose the one that's right for you.
44
ms.topic: conceptual
55
ms.custom: devx-track-dotnet
6-
ms.date: 07/06/2022
6+
ms.date: 09/23/2022
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

@@ -329,7 +329,7 @@ If you don't see your programming language, go select it from the [top of the pa
329329
330330
#### Runtime
331331
332-
- Azure Functions Proxies are only supported 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](../articles/azure-functions/functions-proxies.md#api-management-integration).
332+
- Azure Functions proxies is a legacy feature for [versions 1.x through 3.x](../articles/azure-functions/functions-versions.md) of the Azure Functions runtime. Support for Functions proxies is being returned 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](../articles/azure-functions/functions-proxies.md#api-management-integration). For information about the pending return of proxies in version 4.x, [Monitor the App Service announcements page](https://github.com/Azure/app-service-announcements/issues).
333333
334334
- 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))
335335

0 commit comments

Comments
 (0)