Skip to content

Commit 708b16b

Browse files
Merge pull request #229533 from Reshmi-Sriram/patch-24
Adding proxy support in docs
2 parents 6b11260 + 253e9f9 commit 708b16b

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 supports [re-enabling proxies in v4.x](../azure-functions/legacy-proxies.md#re-enable-proxies-in-functions-v4x). To enable proxy support in managed functions for your static web app, set `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)