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
az network manager connection subscription show --name "toCentralManagementTenant"
70
70
```
71
71
72
-
Switch back to the Contoso tenant, and performing a get on the network manager shows the subscription added via the cross tenant scopes property.
72
+
1.Switch back to the central management tenant, and performing a get on the network manager shows the subscription added via the cross tenant scopes property.
73
73
74
74
```azurecli
75
75
# View subscription added to network manager
@@ -83,8 +83,9 @@ In this task, you'll add a cross-tenant virtual network to your network group wi
83
83
# Create network group with static member from target managed tenant
84
84
az network manager group static-member create --network-group-name "CrossTenantNetworkGroup" --network-manager-name "myAVNM" --resource-group "myAVNMResourceGroup" --static-member-name "targetVnet01" --resource-id="/subscriptions/dec492d3-4f4e-493b-aa47-7bdf2f96a6fc/resourceGroups/myScopeAVNM/providers/Microsoft.Network/virtualNetworks/targetVnet01"
85
85
```
86
+
## Delete virtual network manager configurations
86
87
87
-
5. Now that the virtual network is in the network group, configurations will be applied. To remove the static member or cross-tenant resources, use the corresponding delete commands.
88
+
Now that the virtual network is in the network group, configurations will be applied. To remove the static member or cross-tenant resources, use the corresponding delete commands.
0 commit comments