Skip to content

Commit e75daf4

Browse files
Adding proxy support in docs
------- cc: @craigshoemaker
1 parent cf255a7 commit e75daf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/static-web-apps/languages-runtimes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ The following versions are supported for managed functions in Static Web Apps. I
4141

4242
[!INCLUDE [Languages and runtimes](../../includes/static-web-apps-languages-runtimes.md)]
4343

44+
## Re-enabling proxies in v4.x
45+
46+
Azure Functions recently announced support for [re-enabling proxies in v4.x](../azure-functions/legacy-proxies.md#re-enable-proxies-in-functions-v4x). You can now enable the proxy support in your Static Web Apps managed functions by setting `SWA_ENABLE_PROXIES_MANAGED_FUNCTIONS` to `true` in your application settings.
47+
48+
[!NOTE] While the proxy support in v4.x exists, you should consider switching to Azure API Management integration with your managed function apps as soon as possible, and not just rely on proxies.
49+
4450
## Deprecations
4551

4652
> [!NOTE]

0 commit comments

Comments
 (0)