Skip to content

Commit fec6a95

Browse files
committed
minor edits
1 parent 2d09e1c commit fec6a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $vNetSubscriptionId = '<subscription-guid>'
6868
> [!NOTE]
6969
> If the virtual network is in another subscription than webapp, you can use the *Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"* command to set the current subscription context. Set the current subscription context to the subscription where the virtual network was deployed.
7070
71-
Checks if the subnet is delegated to Microsoft.Web/serverFarms.
71+
Check if the subnet is delegated to Microsoft.Web/serverFarms.
7272

7373
```azurepowershell
7474
$vnet = Get-AzVirtualNetwork -Name $vNetName -ResourceGroupName $vNetResourceGroupName

0 commit comments

Comments
 (0)