Skip to content

Commit 8cddfb3

Browse files
committed
fixes
1 parent 356605a commit 8cddfb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-network-manage-peering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,11 @@ az network vnet peering delete \
342342

343343
## Permissions
344344

345-
The accounts you use to work with virtual network peering must be assigned to the following roles:
345+
The accounts you use to work with virtual network peering must be assigned to the following role:
346346

347347
- [Network Contributor](../role-based-access-control/built-in-roles.md#network-contributor)
348348

349-
If your account isn't assigned to one of the previous roles, it must be assigned to a [custom role](../role-based-access-control/custom-roles.md) that is assigned the necessary actions from the following table:
349+
If your account isn't assigned to the previous role, it must be assigned to a [custom role](../role-based-access-control/custom-roles.md) that is assigned the necessary actions from the following table:
350350

351351
| Action | Name |
352352
|--- |--- |
@@ -355,7 +355,7 @@ If your account isn't assigned to one of the previous roles, it must be assigned
355355
| **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read** | Read a virtual network peering |
356356
| **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete** | Delete a virtual network peering |
357357

358-
> [!NOTE]
358+
> [!IMPORTANT]
359359
> You must have **Network Contributor** or the custom roles of **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read** and **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete** assigned to the remote virtual network to remove the remote virtual network peering.
360360
361361
## Next steps

0 commit comments

Comments
 (0)