Skip to content

Commit 3b5d12e

Browse files
committed
acrolinx
1 parent 9e9332f commit 3b5d12e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/tutorial-connect-virtual-networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ $peeringState = @{
305305
Get-AzVirtualNetworkPeering @peeringState | Select PeeringState
306306
```
307307

308-
Resources in one virtual network cannot communicate with resources in the other virtual network until the **PeeringState** for the peerings in both virtual networks is **Connected**.
308+
Resources in one virtual network can't communicate with resources in the other virtual network until the **PeeringState** for the peerings in both virtual networks is **Connected**.
309309

310310
### [CLI](#tab/cli)
311311

@@ -366,7 +366,7 @@ Resources in one virtual network can't communicate with resources in the other v
366366

367367
## Create virtual machines
368368

369-
Create a virtual machine in each virtual network to test the communication between them.
369+
Test the communication between the virtual machines by creating a virtual machine in each virtual network. The virtual machines can communicate with each other over the virtual network peering.
370370

371371
### [Portal](#tab/portal)
372372

@@ -385,7 +385,7 @@ Repeat the previous steps to create a second virtual machine in the second virtu
385385

386386
### [PowerShell](#tab/powershell)
387387

388-
### Create the first VM
388+
### Create the first virtual machine
389389

390390
Create a VM with [New-AzVM](/powershell/module/az.compute/new-azvm). The following example creates a VM named **vm-1** in the **vnet-1** virtual network. When prompted, enter the username and password for the virtual machine.
391391

0 commit comments

Comments
 (0)