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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: virtual-network
8
8
ms.topic: tutorial
9
9
ms.tgt_pltfrm: virtual-network
10
10
ms.workload: infrastructure
11
-
ms.date: 06/23/2022
11
+
ms.date: 06/24/2022
12
12
ms.author: mbender
13
13
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
14
14
# Customer intent: I want to connect two virtual networks so that virtual machines in one virtual network can communicate with virtual machines in the other virtual network.
@@ -178,20 +178,20 @@ Test the communication between the two virtual machines over the virtual network
178
178
179
179
1. You may receive a certificate warning during the sign-in process. Select **Yes** to continue with the connection.
180
180
181
-
1. In a later step, ping is used to communicate with **myVm1** from the **myVm2**. Ping uses the Internet Control Message Protocol (ICMP), which is denied through the Windows Firewall, by default. On the**myVm1**, enable ICMP through the Windows firewall, so that you can ping this VM from **myVm2** in a later step, using PowerShell:
181
+
1. In a later step, ping is used to communicate with **myVm1** from **myVm2**. Ping uses the Internet Control Message Protocol (ICMP), which is denied through the Windows Firewall, by default. On **myVm1**, enable ICMP through the Windows firewall, so that you can ping this VM from **myVm2** in a later step, using PowerShell:
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 **myVm2** from **myVm1**, enter the following command from a command prompt on the **myVm1**:
189
+
1. To connect to **myVm2** from **myVm1**, enter the following command from a command prompt on **myVm1**:
190
190
191
191
```
192
192
mstsc /v:10.1.0.4
193
193
```
194
-
1. Enter the username and password you specified when creating the **myVm2** and select **Yes** if you receive a certificate warning during the sign-in process.
194
+
1. Enter the username and password you specified when creating **myVm2** and select **Yes** if you receive a certificate warning during the sign-in process.
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.":::
0 commit comments