Skip to content

Commit c853583

Browse files
committed
add article to VM TOC
1 parent 47d63ce commit c853583

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,8 @@
15341534
href: ../virtual-network/tutorial-filter-network-traffic-powershell.md?toc=/azure/virtual-machines/toc.json
15351535
- name: Azure CLI
15361536
href: ../virtual-network/tutorial-filter-network-traffic-cli.md?toc=/azure/virtual-machines/toc.json
1537+
- name: Network security group test
1538+
href: network-security-group-test.md
15371539
- name: Create VM - static public IP
15381540
items:
15391541
- name: Azure portal
137 Bytes
Loading
135 Bytes
Loading

articles/virtual-machines/network-security-group-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: virtual-machines
77
ms.topic: how-to
8-
ms.date: 07/13/2023
8+
ms.date: 07/17/2023
99
ms.custom: template-how-to, engagement-fy23
1010
---
1111

@@ -68,7 +68,7 @@ In this section, you test if RDP connections are allowed to your VM from a remot
6868

6969
:::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":::
7070

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).
7272

7373
## Test outbound connections
7474

@@ -115,7 +115,7 @@ In this section, you test your VM can have connect to the internet.
115115

116116
:::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":::
117117

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).
119119

120120
## Next steps
121121

0 commit comments

Comments
 (0)