Skip to content

Commit 2d09e1c

Browse files
committed
minor edits
1 parent b76b31f commit 2d09e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-vnet-integration-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The subnet must be delegated to Microsoft.Web/serverFarms. If the delegation isn
3535

3636
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-app.png" alt-text="Screenshot that shows selecting VNet integration.":::
3737

38-
1. The dropdown list contains all the virtual networks in your subscription in the same region. Select an empty preexisting subnet or create a new subnet.
38+
1. The dropdown list contains all the virtual networks in your subscription in the same region. Select an empty pre-existing subnet or create a new subnet.
3939

4040
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-add-vnet.png" alt-text="Screenshot that shows selecting the virtual network.":::
4141

@@ -76,7 +76,7 @@ $subnet = Get-AzVirtualNetworkSubnetConfig -Name $integrationSubnetName -Virtual
7676
Get-AzDelegation -Subnet $subnet
7777
```
7878

79-
If your subnet is not delegated to Microsoft.Web/serverFarms, add delegation using below commands.
79+
If your subnet isn't delegated to Microsoft.Web/serverFarms, add delegation using below commands.
8080

8181
```azurepowershell
8282
$subnet = Add-AzDelegation -Name "myDelegation" -ServiceName "Microsoft.Web/serverFarms" -Subnet $subnet

0 commit comments

Comments
 (0)