You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-vnet-integration-enable.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Configure virtual network integration for an app in the Azure portal:
49
49
50
50
1. In the left menu, select **Settings** > **Networking**. The **Networking** page opens.
51
51
52
-
1. Scroll to the **Outbound traffic configuration** section, locate the **Virtual network integration**group, and select the **Not configured** link.
52
+
1. Scroll to the **Outbound traffic configuration** section, locate the **Virtual network integration**option, and select the **Not configured** link.
53
53
54
54
:::image type="content" source="./media/configure-vnet-integration-enable/integration-not-configured.png" border="false" alt-text="Screenshot that shows how to select the 'not configured' link for virtual network integration in the Azure portal.":::
55
55
@@ -90,9 +90,9 @@ During the integration, your app restarts. When integration completes, the **Vir
90
90
91
91
# [Azure CLI](#tab/azure-cli)
92
92
93
-
Configure virtual network integration for an app by using the Azure CLI. The following command assumes the app and virtual network are in the same subscription.
93
+
Configure virtual network integration for an app by using the Azure CLI. The following commands assume the app and virtual network are in the same subscription.
94
94
95
-
1. Run the following command to configure virtual network integration:
95
+
1. Run the following command to configure virtual network integration.
96
96
97
97
Replace the `<app-name>`, `<app-resource-group>`, `<virtual-network>`, and `<subnet>` values with your resource information.
98
98
@@ -129,7 +129,7 @@ For more information, see the [az webapp vnet-integration add](/cli/azure/webapp
129
129
130
130
# [Azure PowerShell](#tab/azure-powershell)
131
131
132
-
Configure virtual network integration for an app by using Azure PowerShell.
132
+
Configure virtual network integration for an app by using Azure PowerShell.
0 commit comments