Skip to content

Commit bd4ae6d

Browse files
author
Michael Bender
committed
updates from review
1 parent da2bb3b commit bd4ae6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/virtual-network-manager/how-to-configure-cross-tenant-cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ az login --tenant "79686033-97a2-4ebd-8e7d-0cae2c7df00e"
5151
```
5252
You'll be required to complete authentication with your organization based on your organizations policies.
5353

54-
1. Enter the following
54+
1. Enter the following command to create the cross tenant connection on the central management
5555
Set the subscription (note it’s the same as the one the connection references in step 1)
5656
```azurecli
5757
# Set the Azure subscription
@@ -69,7 +69,7 @@ az network manager connection subscription create --connection-name "toCentralMa
6969
az network manager connection subscription show --name "toCentralManagementTenant"
7070
```
7171

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.
7373

7474
```azurecli
7575
# 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
8383
# Create network group with static member from target managed tenant
8484
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"
8585
```
86+
## Delete virtual network manager configurations
8687

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.
8889

8990
```azurecli
9091

0 commit comments

Comments
 (0)