Skip to content

Commit 6c0da88

Browse files
authored
Merge pull request #174068 from mattchenderson/proxynote
adding APIM note
2 parents 9693455 + 27f1f53 commit 6c0da88

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
@@ -10,10 +10,12 @@ ms.date: 01/22/2018
1010

1111
This article explains how to configure and work with Azure Functions Proxies. With this feature, you can specify endpoints on your function app that are implemented by another resource. You can use these proxies to break a large API into multiple function apps (as in a microservice architecture), while still presenting a single API surface for clients.
1212

13+
Standard Functions billing applies to proxy executions. For more information, see [Azure Functions pricing](https://azure.microsoft.com/pricing/details/functions/).
14+
1315
[!INCLUDE [intro](../../includes/functions-bindings-intro.md)]
1416

1517
> [!NOTE]
16-
> Standard Functions billing applies to proxy executions. For more information, see [Azure Functions pricing](https://azure.microsoft.com/pricing/details/functions/).
18+
> 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.
1719
1820
## <a name="create"></a>Create a proxy
1921

0 commit comments

Comments
 (0)