Skip to content

Commit c17dcdb

Browse files
committed
clarity fixes
1 parent 388f3bc commit c17dcdb

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

articles/virtual-network/manage-network-security-group.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: asudbring
77
ms.service: virtual-network
88
ms.topic: how-to
99
ms.workload: infrastructure-services
10-
ms.date: 02/14/2023
10+
ms.date: 04/24/2023
1111
ms.author: allensu
1212
ms.custom: template-how-to, engagement-fy23, devx-track-azurepowershell, devx-track-azurecli
1313
---
@@ -124,9 +124,13 @@ Under **Help**, you can view **Effective security rules**. For more information,
124124
To learn more about the common Azure settings listed, see the following articles:
125125

126126
- [Activity log](../azure-monitor/essentials/platform-logs-overview.md)
127+
127128
- [Access control (IAM)](../role-based-access-control/overview.md)
129+
128130
- [Tags](../azure-resource-manager/management/tag-resources.md)
131+
129132
- [Locks](../azure-resource-manager/management/lock-resources.md)
133+
130134
- [Automation script](../azure-resource-manager/templates/export-template-portal.md)
131135

132136
# [**PowerShell**](#tab/network-security-group-powershell)
@@ -140,8 +144,11 @@ Get-AzNetworkSecurityGroup -Name myNSG -ResourceGroupName myResourceGroup
140144
To learn more about the common Azure settings listed, see the following articles:
141145

142146
- [Activity log](../azure-monitor/essentials/platform-logs-overview.md)
147+
143148
- [Access control (IAM)](../role-based-access-control/overview.md)
149+
144150
- [Tags](../azure-resource-manager/management/tag-resources.md)
151+
145152
- [Locks](../azure-resource-manager/management/lock-resources.md)
146153

147154
# [**Azure CLI**](#tab/network-security-group-cli)
@@ -155,17 +162,23 @@ az network nsg show --resource-group myResourceGroup --name myNSG
155162
To learn more about the common Azure settings listed, see the following articles:
156163

157164
- [Activity log](../azure-monitor/essentials/platform-logs-overview.md)
165+
158166
- [Access control (IAM)](../role-based-access-control/overview.md)
167+
159168
- [Tags](../azure-resource-manager/management/tag-resources.md)
169+
160170
- [Locks](../azure-resource-manager/management/lock-resources.md)
161171

162172
---
163173
### Change a network security group
164174

165175
The most common changes to a network security group are:
166176
- [Associate or dissociate a network security group to or from a network interface](#associate-or-dissociate-a-network-security-group-to-or-from-a-network-interface)
177+
167178
- [Associate or dissociate a network security group to or from a subnet](#associate-or-dissociate-a-network-security-group-to-or-from-a-subnet)
179+
168180
- [Create a security rule](#create-a-security-rule)
181+
169182
- [Delete a security rule](#delete-a-security-rule)
170183

171184
### Associate or dissociate a network security group to or from a network interface
@@ -661,13 +674,9 @@ To manage network security groups, security rules, and application security grou
661674
| Microsoft.Network/networkSecurityGroups/delete | Delete network security group |
662675
| Microsoft.Network/networkSecurityGroups/join/action | Associate a network security group to a subnet or network interface
663676

664-
665-
666677
>[!NOTE]
667678
> To perform `write` operations on a network security group, the subscription account must have at least `read` permissions for resource group along with `Microsoft.Network/networkSecurityGroups/write` permission.
668679
669-
670-
671680
### Network security group rule
672681

673682
| Action | Name |
@@ -689,4 +698,5 @@ To manage network security groups, security rules, and application security grou
689698
## Next steps
690699

691700
- Add or remove [a network interface to or from an application security group](./virtual-network-network-interface.md?tabs=network-interface-portal#add-or-remove-from-application-security-groups).
701+
692702
- Create and assign [Azure Policy definitions](./policy-reference.md) for virtual networks

0 commit comments

Comments
 (0)