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/virtual-network/tutorial-connect-virtual-networks-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Test the communication between the two virtual machines over the virtual network
186
186
187
187
Though ping is used to communicate between VMs in this tutorial, allowing ICMP through the Windows Firewall for production deployments isn't recommended.
188
188
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**:
190
190
191
191
```
192
192
mstsc /v:10.1.0.4
@@ -195,7 +195,7 @@ Test the communication between the two virtual machines over the virtual network
195
195
196
196
:::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.":::
197
197
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**:
0 commit comments