Skip to content

Commit edc962c

Browse files
Update cross-tenant-vnet.md
Adding troubleshooting reference for required Authentication headers to assist people in navigating the complexity of cross-tenant authentication when not using Azure PowerShell or Az CLI. This information being available in this document for cross-tenant configurations can help people self-resolve cross tenant authentication when making these Azure Network requests.
1 parent a23bf70 commit edc962c

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)