Skip to content

Commit 933e836

Browse files
committed
rm deprecated app setting, add route all enabled
1 parent 1c92db7 commit 933e836

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/azure-functions/functions-create-vnet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ To use your function app with virtual networks, you need to join it to a subnet.
305305

306306
:::image type="content" source="./media/functions-create-vnet/9-connect-app-subnet.png" alt-text="Screenshot of how to connect a function app to a subnet.":::
307307

308+
1. Ensure that the **Route All** configuration setting is set to **Enabled**.
309+
310+
:::image type="content" source="./media/functions-create-vnet/10-enable-route-all.png" alt-text="Screenshot of how to enable route all functionality.":::
311+
308312
## Configure your function app settings
309313

310314
1. In your function app, in the menu on the left, select **Configuration**.
@@ -318,7 +322,6 @@ To use your function app with virtual networks, you need to join it to a subnet.
318322
| **WEBSITE_CONTENTSHARE** | files | The name of the file share you created in the storage account. Use this setting with WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. |
319323
| **SERVICEBUS_CONNECTION** | myServiceBusConnectionString | Create this app setting for the connection string of your Service Bus. This storage connection string is from the [Get a Service Bus connection string](#get-a-service-bus-connection-string) section.|
320324
| **WEBSITE_CONTENTOVERVNET** | 1 | Create this app setting. A value of 1 enables your function app to scale when your storage account is restricted to a virtual network. |
321-
| **WEBSITE_VNET_ROUTE_ALL** | 1 | Create this app setting. When your app integrates with a virtual network, it uses the same DNS server as the virtual network. Your function app needs this setting so it can work with Azure DNS private zones. It's required when you use private endpoints. |
322325

323326
1. In the **Configuration** view, select the **Function runtime settings** tab.
324327

273 KB
Loading

0 commit comments

Comments
 (0)