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/virtual-network-manage-peering.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,30 +349,29 @@ az network vnet peering delete \
349
349
350
350
The accounts you use to work with virtual network peering must be assigned to the following roles:
351
351
352
-
-[Network Contributor](../role-based-access-control/built-in-roles.md#network-contributor): For a virtual network deployed through Resource Manager.
353
-
354
-
-[Classic Network Contributor](../role-based-access-control/built-in-roles.md#classic-network-contributor): For a virtual network deployed through, the classic deployment model.
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:
357
355
358
356
| Action | Name |
359
357
|--- |--- |
360
-
|**Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write**| Required to create a peering from virtual network A to virtual network B. Virtual network A must be a virtual network (Resource Manager) |
361
-
|**Microsoft.Network/virtualNetworks/peer/action**| Required to create a peering from virtual network B (Resource Manager) to virtual network A |
362
-
|**Microsoft.ClassicNetwork/virtualNetworks/peer/action**| Required to create a peering from virtual network B (classic) to virtual network A |
358
+
|**Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write**| Required to create a peering from virtual network A to virtual network B. Virtual network A must be a virtual network |
359
+
|**Microsoft.Network/virtualNetworks/peer/action**| Required to create a peering from virtual network B to virtual network A |
363
360
|**Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read**| Read a virtual network peering |
364
361
|**Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete**| Delete a virtual network peering |
365
362
363
+
> [!NOTE]
364
+
> If the remote peered virtual network is in a different subscription or tenant, you must have Network Contributor or the custom roles of **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read** and **Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete** to remove the remote virtual network peering.
365
+
366
366
## Next steps
367
367
368
368
- A virtual network peering can be created between virtual networks created through the same, or different deployment models that exist in the same, or different subscriptions. Complete a tutorial for one of the following scenarios:
0 commit comments