Skip to content

Commit 0018744

Browse files
authored
Merge pull request #126462 from Joshua-Donovan/update-cross-tenant-vnet-troubleshooting
Update cross-tenant-vnet.md
2 parents ce47111 + edc962c commit 0018744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ In the following steps, you'll use commands to add a static route to the virtual
166166
* Verify that the metadata in `$remote` (from the [preceding section](#connect)) matches the information from the Azure portal.
167167
* Verify permissions by using the IAM settings of the remote tenant resource group, or by using Azure PowerShell commands (`Get-AzSubscription`).
168168
* Make sure quotes are included around the names of resource groups or any other environment-specific variables (for example, `"VirtualHub1"` or `"VirtualNetwork1"`).
169+
* If utilizing the Azure Network SDK or a direct Rest API request, it is required that the primary "Hub" Tenant's authorization token be passed in the "Authorization" header and an additional authorization token for the second "VNet" Tenant be passed in the special "x-ms-authorization-auxiliary" header.
170+
* See documentation: [Authenticate requests across tenants](../azure-resource-manager/management/authenticate-multi-tenant.md)
169171
170172
## Next steps
171173

0 commit comments

Comments
 (0)