Skip to content

Commit bd268fd

Browse files
committed
add note on legacy WEBSITE_VNET_ROUTE_ALL
1 parent 933e836 commit bd268fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ Allows you to set the timezone for your function app.
425425

426426
## WEBSITE\_VNET\_ROUTE\_ALL
427427

428+
> [!IMPORTANT]
429+
> WEBSITE_VNET_ROUTE_ALL is a legacy app setting that has been replaced by the [vnetRouteAllEnabled configuration setting](https://docs.microsoft.com/en-us/azure/app-service/configure-vnet-integration-routing).
430+
428431
Indicates whether all outbound traffic from the app is routed through the virtual network. A setting value of `1` indicates that all traffic is routed through the virtual network. You need this setting when using features of [Regional virtual network integration](functions-networking-options.md#regional-virtual-network-integration). It's also used when a [virtual network NAT gateway is used to define a static outbound IP address](functions-how-to-use-nat-gateway.md).
429432

430433
|Key|Sample value|

0 commit comments

Comments
 (0)