Skip to content

Commit efe6823

Browse files
authored
Merge pull request #179025 from anthonychu/patch-4
[Functions] Add proxies version note
2 parents d784b41 + 62287b5 commit efe6823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/functions-proxies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Work with proxies in Azure Functions
33
description: Overview of how to use Azure Functions Proxies
44

55
ms.topic: conceptual
6-
ms.date: 01/22/2018
6+
ms.date: 11/08/2021
77

88
---
99
# Work with Azure Functions Proxies
@@ -15,6 +15,8 @@ Standard Functions billing applies to proxy executions. For more information, se
1515
[!INCLUDE [intro](../../includes/functions-bindings-intro.md)]
1616

1717
> [!NOTE]
18+
> Proxies is available in Azure Functions [versions](./functions-versions.md) 1.x to 3.x.
19+
>
1820
> You should also consider using [Azure API Management](../api-management/api-management-key-concepts.md) for your application. It provides the same capabilities as Functions Proxies as well as other tools for building and maintaining APIs, such as OpenAPI integration, rate limiting, and advanced policies.
1921
2022
## <a name="create"></a>Create a proxy

0 commit comments

Comments
 (0)