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-manager/create-virtual-network-manager-powershell.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ $ng = @{
168
168
169
169
## Define membership for a mesh configuration
170
170
171
-
In this task, you add the static members *vnet-spoke-001* and *vnet-01* to the network group *network-group* by using [New-AzNetworkManagerStaticMember](/powershell/module/az.network/new-aznetworkmanagerstaticmember).
171
+
In this task, you add the static members *vnet-00* and *vnet-01* to the network group *network-group* by using [New-AzNetworkManagerStaticMember](/powershell/module/az.network/new-aznetworkmanagerstaticmember).
172
172
173
173
Static members must have a unique name that's scoped to the network group. We recommend that you use a consistent hash of the virtual network ID. This approach uses the Azure Resource Manager template's `uniqueString()` implementation.
174
174
@@ -182,22 +182,22 @@ Static members must have a unique name that's scoped to the network group. We re
If you no longer need the Azure Virtual Network Manager instance and it's associate resources, delete the resource group that contains them. Deleting the resource group also deletes the resources that you created.
260
+
If you no longer need the Azure Virtual Network Manager instance and it's associated resources, follow these steps to delete them:
261
261
262
262
1. Delete the resource group using [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup):
263
263
@@ -271,3 +271,4 @@ Now that you've created an Azure Virtual Network Manager instance, learn how to
271
271
272
272
> [!div class="nextstepaction"]
273
273
> [Block network traffic with Azure Virtual Network Manager](how-to-block-network-traffic-powershell.md)
0 commit comments