Skip to content

Commit 9b7f032

Browse files
committed
additional corrections
1 parent 5762823 commit 9b7f032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Test the communication between the two virtual machines over the virtual network
186186
187187
Though ping is used to communicate between VMs in this tutorial, allowing ICMP through the Windows Firewall for production deployments isn't recommended.
188188
189-
1. To connect to the *myVm2* VM, enter the following command from a command prompt on the **myVm1**:
189+
1. To connect to the **myVm2** from **myVm1**, enter the following command from a command prompt on the **myVm1**:
190190
191191
```
192192
mstsc /v:10.1.0.4
@@ -195,7 +195,7 @@ Test the communication between the two virtual machines over the virtual network
195195
196196
:::image type="content" source="./media/tutorial-connect-virtual-networks-portal/rdp-credentials-to-second-vm.png" alt-text="Screenshot of R D P credential screen for R D P session from first virtual machine to second virtual machine.":::
197197
198-
1. Since you enabled ping on **myVm1**, you can now ping it from **myVm2** by IP address:
198+
1. Since you enabled ping on **myVm1**, you can now ping it from **myVm2**:
199199
200200
```
201201
ping 10.0.0.4

0 commit comments

Comments
 (0)