Skip to content

Commit e03090e

Browse files
Merge pull request #208393 from mbender-ms/avnm-portal-ct
AVNM - New Doc - Cross-Tenant Portal Howto
2 parents dbfc2b0 + 8969572 commit e03090e

11 files changed

+87
-0
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
href: how-to-create-hub-and-spoke.md
7474
- name: Azure PowerShell
7575
href: how-to-create-hub-and-spoke-powershell.md
76+
- name: Cross-tenant connection support
77+
items:
78+
- name: Configure cross-tenant connection - Portal
79+
href: how-to-configure-cross-tenant-portal.md
7680
- name: View applied configurations
7781
href: how-to-view-applied-configurations.md
7882
- name: Define dynamic network group membership with Azure Policy
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Configure cross-tenant connection in Azure Virtual Network Manager (Preview) - Portal
3+
description: Learn how to create cross-tenant connections in Azure Virtual Network Manager to support virtual networks across subscriptions and management groups in different tenants.
4+
author: mbender-ms
5+
ms.author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: how-to
8+
ms.date: 09/19/2022
9+
ms.custom: template-how-to
10+
#customerintent: As a cloud admin, in need to manage multiple tenants from a single network manager instance. Cross tenant functionality will give me this so I can easily manage all network resources governed by azure virtual network manager.
11+
---
12+
13+
14+
# Configure cross-tenant connection in Azure Virtual Network Manager (Preview) - portal
15+
16+
In this article, you'll learn to create [cross-tenant connections](concept-cross-tenant.md) in the Azure portal with Azure Virtual Network Manager. First, you'll create the scope connection on the central network manager. Then you'll create the network manager connection on the connecting tenant, and verify connection. Last, you'll add virtual networks from different tenants to your network group and verify. Once completed, You can centrally manage the resources of other tenants from single network manager instance.
17+
18+
> [!IMPORTANT]
19+
> Azure Virtual Network Manager is currently in public preview.
20+
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22+
23+
## Prerequisites
24+
25+
- Two Azure tenants with virtual networks needing to be managed by an Azure Virtual Network Manager instance. During the how-to, the tenants will be referred to as follows:
26+
- **Central management tenant** - The tenant where an Azure Virtual Network Manager instance is installed, and you'll centrally manage network groups from cross-tenant connections.
27+
- **Target managed tenant** - The tenant containing virtual networks to be managed. This tenant will be connected to the central management tenant.
28+
- Azure Virtual Network Manager deployed in the central management tenant.
29+
- Required permissions include:
30+
- Administrator of central management tenant has guest account in target managed tenant.
31+
- Administrator guest account has *Network Contributor* permissions applied at appropriate scope level(Management group, subscription, or virtual network).
32+
33+
Need help with setting up permissions? Check out how to [add guest users in the Azure portal](../active-directory/external-identities/b2b-quickstart-add-guest-users-portal.md), and how to [assign user roles to resources in Azure portal](../role-based-access-control/role-assignments-portal.md)
34+
35+
## Create scope connection within network manager
36+
Creation of the scope connection begins on the central management tenant with a network manager deployed. This is the network manager where you plan to manager all of your resources across tenants. In this task, you'll set up a scope connection to add a subscription from a target tenant.
37+
1. Go to your Azure Virtual Network Manager instance.
38+
1. Under **Settings**, select **Cross-tenant connections** and select **Create cross-tenant connection**.
39+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/create-cross-tenant-connection.png" alt-text="Screenshot of cross-tenant connections in network manager.":::
40+
1. On the **Create a connection** page, enter the connection name and target tenant information, and select **Create** when completed.
41+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/create-connection-settings.png" alt-text="Screenshot of Create a connection page and settings entered to create connection.":::
42+
1. Verify the scope connection is listed under **Cross-tenant connections** and the status is **Pending**
43+
44+
## Create network manager connection on subscription in other tenant
45+
Once the scope connection is created, you'll switch to the target managed tenant, and you'll connect to the target managed tenant by creating another cross-tennant connection in the **Virtual Network Manager** hub.
46+
1. In the target tenant, search for **virtual network manager** and select **Virtual Network Manager**.
47+
1. Under **Virtual network manager**, select **Cross-tenant connections**.
48+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/virtual-network-manager-overview.png" alt-text="Screenshot of network managers in Virtual network manager on target tenant.":::
49+
1. Select **Create a connection**.
50+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/create-connection-target.png" alt-text="Screenshot of create a connection under Virtual network manager.":::
51+
1. On the **Create a connection** page, enter the information for your central network manager tenant, and select **Create** when complete.
52+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/create-connection-settings-target.png" alt-text="Screenshot of central network manager tenant for Create a connection.":::
53+
54+
## Verify the connection state
55+
Once both connections are created, it's time to verify the connection on the central management tenant.
56+
1. On your central management tenant, select your network manager.
57+
1. Select **Cross-tenant connections** under **Settings**, and verify your cross-tenant connection is listed as **Connected**.
58+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/verify-status.png" alt-text="Screenshot of cross-connection status showing Connected status message.":::
59+
60+
## Add static members to your network group
61+
Now, you'll add virtual networks from both tenants into a static member network group.
62+
63+
> [!NOTE]
64+
> Currently, cross-tenant connections only support static memberships within a network group. Dynamic membership with Azure Policy is not supported.
65+
66+
1. From your network manager, add a network group if needed.
67+
1. Select your network group and select **Add virtual networks** under **Manually add members**.
68+
1. On the **Manually add members** page, select **Tenant:...** next to the search box, select the linked tenant from the list, and select **Apply**.
69+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/select-target-tenant-network-group.png" alt-text="Screenshot of available tenants to choose for static network group membership.":::
70+
1. To view the available virtual networks from the target managed tenant, select **authenticate** and proceed through the authentication process. If you have multiple Azure accounts, select the one you're currently signed in with that has permissions to the target managed tenant.
71+
1. Select the VNets to include in the network group and select **Add**.
72+
73+
## Verify group members
74+
75+
In the final step, you'll verify the virtual networks that are now members of the network group.
76+
1. On the **Overview** page of the network group, select **View group members** and verify the VNets you added manually are listed.
77+
:::image type="content" source="media/how-to-configure-cross-tenant-portal/network-group-membership.png" alt-text="Screenshot of network group membership." lightbox="media/how-to-configure-cross-tenant-portal/network-group-membership-thumb.png":::
78+
## Next steps
79+
In this article, you deployed a cross-tenant connection between two Azure subscriptions. To learn more about using Azure Virtual Network Manager, see:
80+
- [Common uses cases for Azure Virtual Network Manager](concept-use-cases.md)
81+
- [Learn to build a secure hub-and-spoke network](tutorial-create-secured-hub-and-spoke.md)
82+
- [FAQ](faq.md)
83+
56.5 KB
Loading
41.1 KB
Loading
72.8 KB
Loading
61.8 KB
Loading
61.8 KB
Loading
55 KB
Loading
57.2 KB
Loading
44.4 KB
Loading

0 commit comments

Comments
 (0)