Skip to content

Commit 3dbae7f

Browse files
Merge pull request #229580 from craigshoemaker/patch-15
[Static Web Apps] Fix typos in languages-runtimes.md
2 parents 6291f5b + 92b98bf commit 3dbae7f

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)