Skip to content

Commit 92b98bf

Browse files
Update languages-runtimes.md
1 parent 708b16b commit 92b98bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ The following versions are supported for managed functions in Static Web Apps. I
4343

4444
## Re-enabling proxies in v4.x
4545

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.
46+
Azure Functions 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.
4747

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.
48+
[!NOTE] While proxies are supported in v4.x, consider using Azure API Management integration with your managed function apps, so your app isn't reliant on proxies.
4949

5050
## Deprecations
5151

0 commit comments

Comments
 (0)