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
1. Define the scope and access type this Azure Virtual Network Manager instance will have. You can choose to create the scope with subscriptions group or management group or a combination of both. Create the scope by using [New-AzNetworkManagerScope](/powershell/module/az.network/new-aznetworkmanagerscope).
47
+
1. Define the scope and access type this Azure Virtual Network Manager instance will have. You can choose to create the scope with subscriptions group or management group or a combination of both. Create the scope by using New-AzNetworkManagerScope.
1. Create the Virtual Network Manager with [New-AzNetworkManager](/powershell/module/az.network/new-aznetworkmanager). This example creates an Azure Virtual Network Manager named **myAVNM** in the West US location.
62
+
1. Create the Virtual Network Manager with New-AzNetworkManager. This example creates an Azure Virtual Network Manager named **myAVNM** in the West US location.
1. Create a static virtual network member with [New-AzNetworkManagerGroupMembersItem](/powershell/module/az.network/new-aznetworkmanagergroupmembersitem).
153
+
1. Create a static virtual network member with New-AzNetworkManagerGroupMembersItem.
1. Create the network group using the conditional statement defined in the last step using [New-AzNetworkManagerGroup](/powershell/module/az.network/new-aznetworkmanagergroup).
181
+
1. Create the network group using the conditional statement defined in the last step using New-AzNetworkManagerGroup.
1. Create a connectivity group item to add a network group to with [New-AzNetworkManagerConnectivityGroupItem](/powershell/module/az.network/new-aznetworkmanagerconnectivitygroupitem).
197
+
1. Create a connectivity group item to add a network group to with New-AzNetworkManagerConnectivityGroupItem.
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
213
+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
@@ -251,7 +251,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
251
251
* All configurations have been deleted.
252
252
* All network groups have been deleted.
253
253
254
-
1. Remove the connectivity deployment by deploying an empty configuration with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
254
+
1. Remove the connectivity deployment by deploying an empty configuration with Deploy-AzNetworkManagerCommit.
@@ -267,7 +267,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
267
267
Deploy-AzNetworkManagerCommit @removedeployment
268
268
```
269
269
270
-
1. Remove the connectivity configuration with [Remove-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/remove-aznetworkmanagerconnectivityconfiguration)
270
+
1. Remove the connectivity configuration with Remove-AzNetworkManagerConnectivityConfiguration
271
271
272
272
```azurepowershell-interactive
273
273
$removeconfig = @{
@@ -278,7 +278,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
0 commit comments