Skip to content

Commit 2baf94f

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#102684
1 parent d22c530 commit 2baf94f

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

articles/azure-functions/functions-how-to-use-nat-gateway.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -198,25 +198,6 @@ Now, let's create the NAT gateway. When you start with the [previous virtual net
198198

199199
Once the deployment completes, the NAT gateway is ready to route traffic from your function app subnet to the Internet.
200200

201-
## Update function configuration
202-
203-
Now, you must add an application setting `WEBSITE_VNET_ROUTE_ALL` set to a value of `1`. This setting forces outbound traffic through the virtual network and associated NAT gateway. Without this setting, internet traffic isn't routed through the integrated virtual network, and you'll see the same outbound IPs.
204-
205-
1. Navigate to your function app in the Azure portal and select **Configuration** from the left-hand menu.
206-
207-
1. Under **Application settings**, select **+ New application setting** and complete use the following values to fill out the fields:
208-
209-
|Field Name |Value |
210-
|---|---|
211-
|**Name** |WEBSITE_VNET_ROUTE_ALL|
212-
|**Value** |1|
213-
214-
1. Select **OK** to close the new application setting dialog.
215-
216-
1. Select **Save** and then **Continue** to save the settings.
217-
218-
The function app's now configured to route traffic through its associated virtual network.
219-
220201
## Verify new outbound IPs
221202

222203
Repeat [the steps earlier](#verify-current-outbound-ips) to run the function again. You should now see the outbound IP address that you configured in the NAT shown in the function output.
@@ -230,4 +211,4 @@ You created resources to complete this tutorial. You'll be billed for these reso
230211
## Next steps
231212

232213
> [!div class="nextstepaction"]
233-
> [Azure Functions networking options](functions-networking-options.md)
214+
> [Azure Functions networking options](functions-networking-options.md)

0 commit comments

Comments
 (0)