Skip to content

Commit 3568372

Browse files
authored
Update cross-tenant-vnet.md
Added changes to the steps where we need to connect back to parent tenant.(Step 3)
1 parent e5063c7 commit 3568372

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/virtual-wan/cross-tenant-vnet.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ In the following steps, you'll use commands to switch between the context of the
8181
$remote = Get-AzVirtualNetwork -Name "[vnet name]" -ResourceGroupName "[resource group name]"
8282
```
8383

84-
1. Switch back to the parent account:
84+
1. Connect to parent account:
85+
86+
```azurepowershell-interactive
87+
Connect-AzAccount -TenantID "[parent tenant ID]"
88+
```
89+
90+
1. Select the parent subscription:
8591

8692
```azurepowershell-interactive
8793
Select-AzSubscription -SubscriptionId "[parent ID]"

0 commit comments

Comments
 (0)