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-machines/network-security-group-test.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: virtual-machines
7
7
ms.topic: how-to
8
-
ms.date: 07/13/2023
8
+
ms.date: 07/17/2023
9
9
ms.custom: template-how-to, engagement-fy23
10
10
---
11
11
@@ -68,7 +68,7 @@ In this section, you test if RDP connections are allowed to your VM from a remot
68
68
69
69
:::image type="content" source="./media/network-security-group-test/inbound-test-result.png" alt-text="Screenshot of inbound network security group test result." lightbox="./media/network-security-group-test/inbound-test-result.png":::
70
70
71
-
To allow the RDP connection to the VM from the remote IP address, add a security rule to the network security group that allows RDP connections from the remote IP address. For more information, see [Create, change, or delete a network security group](../virtual-network/manage-network-security-group.md).
71
+
To allow the RDP connection to the VM from the remote IP address, add to the network security group a security rule that allows RDP connections from the remote IP address. This security rule must have a higher priority than the one that's blocking the traffic. For more information, see [Create, change, or delete a network security group](../virtual-network/manage-network-security-group.md).
72
72
73
73
## Test outbound connections
74
74
@@ -115,7 +115,7 @@ In this section, you test your VM can have connect to the internet.
115
115
116
116
:::image type="content" source="./media/network-security-group-test/outbound-test-result.png" alt-text="Screenshot of outbound network security group test result." lightbox="./media/network-security-group-test/outbound-test-result.png":::
117
117
118
-
To allow internet connections from the VM, add a security rule to the network security group that allows connections to the internet service tag. For more information, see [Create, change, or delete a network security group](../virtual-network/manage-network-security-group.md).
118
+
To allow internet connections from the VM, add to the network security group a security rule that allows connections to the internet service tag. This security rule must have a higher priority than the one that's blocking the traffic. For more information, see [Create, change, or delete a network security group](../virtual-network/manage-network-security-group.md).
0 commit comments