Skip to content

Commit 19691a2

Browse files
committed
portal steps complete
1 parent 4e21499 commit 19691a2

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

articles/virtual-network-manager/deploy-cross-tenant-ip-address-management.md

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Deploy cross-tenant IP address management'
2+
title: 'Deploy cross-tenant IP address management'
33
description: In this tutorial, you learn how to deploy a virtual network in a managed tenant that uses an IP address allocation from an Azure Virtual Network Manager IPAM pool in a management tenant.
44
author: mbender-ms
55
ms.author: mbender
@@ -8,18 +8,9 @@ ms.topic: tutorial
88
ms.date: 05/05/2025
99
---
1010

11-
# Tutorial: Deploy cross-tenant IP address management
11+
# Deploy cross-tenant IP address management
1212

13-
In this tutorial, you learn how to deploy a virtual network in a managed tenant (Tenant B) that draws from an Azure Virtual Network Manager (AVNM) IP Address Management (IPAM) pool maintained in a management tenant (Tenant A). This process demonstrates how a parent organization can centrally manage IP address allocations across multiple child organizations that exist in different Azure tenants.
14-
15-
In this tutorial, you learn how to:
16-
17-
> [!div class="checklist"]
18-
> * Understand the cross-tenant AVNM IPAM architecture
19-
> * Create an IPAM allocation in the management tenant
20-
> * Associate a virtual network in a managed tenant with an IPAM pool from the management tenant
21-
> * Configure a multi-tenant service principal for programmatic cross-tenant IPAM management
22-
> * Deploy a virtual network using CLI/REST that references a cross-tenant IPAM pool
13+
In this article, you learn how to deploy a virtual network in a managed tenant (Tenant B) that draws from an Azure Virtual Network Manager (AVNM) IP Address Management (IPAM) pool maintained in a management tenant (Tenant A). This process demonstrates how a parent organization can centrally manage IP address allocations across multiple child organizations that exist in different Azure tenants.
2314

2415
## Prerequisites
2516

@@ -57,6 +48,8 @@ In this example, the managed tenant (Tenant B) is a child organization that cons
5748

5849
## Deploy cross-tenant IPAM
5950

51+
In thi
52+
6053
# [Azure portal](#tab/azureportal)
6154

6255
### Create an IPAM allocation in the management tenant
@@ -69,35 +62,22 @@ In this example, the managed tenant (Tenant B) is a child organization that cons
6962

7063
1. Select the IPAM pool where you want to create an allocation.
7164

72-
1. Select **Allocate CIDR** to begin creating an allocation.
73-
74-
1. When prompted to associate a resource, select **Associate a resource**, then choose **Cross-tenant resource** option.
75-
76-
### Select the managed tenant and authenticate
77-
78-
1. When prompted to select a tenant, enter or select the tenant ID of Tenant B.
65+
1. Select **+ Create**>**Allocate resources**.
7966

80-
1. The portal will prompt you to authenticate with credentials that have appropriate permissions in Tenant B.
67+
1. In the **Allocate resources** pane, select the **Tenant :** dropdown and choose choose the managed tenant (Tenant B) where you want to allocate IP addresses.
68+
1. Select **Apply** and then select **Authenticate**.
8169

82-
1. Sign in with credentials that have Network Contributor permissions in Tenant B.
70+
> [!NOTE]
71+
> The authentication process requires you to sign in with a user or service principal that has the *Network Contributor* role in Tenant B at the subscription or resource level.
8372
84-
### Select the resource to manage
85-
86-
1. After authentication, select the subscription in Tenant B where you want to create or manage resources.
87-
88-
1. Choose the virtual network (or the resource group where you'll create a virtual network) that will use the IP allocation.
89-
90-
1. Complete the allocation process by selecting the appropriate settings for the IP prefix allocation.
91-
92-
1. Select **Create** to finalize the allocation.
73+
1. After authentication, select the virtual network you want to associate with the IP address pool and select **Associate**.
9374

9475
### Verify the cross-tenant association
9576

96-
1. In Tenant A's portal view, navigate to the IPAM pool and verify that the cross-tenant resource appears in the list of allocations.
97-
77+
1. In Tenant A's portal view, navigate to your IP address pool and select **Allocations** under **Settings**.
78+
1. Select **Resources** and verify that the virtual network from Tenant B is listed as an allocated resource.
9879
1. Switch to Tenant B's portal view and navigate to the virtual network that received the allocation.
99-
100-
1. Verify that the virtual network shows the IP address space allocated from the management tenant's IPAM pool.
80+
1. Select **Subnets** under **Settings** and verify the name listed in the **IPAM pool** column matches the name of the IPAM pool in the management tenant (Tenant A).
10181

10282
# [Azure CLI](#tab/azurecli)
10383

0 commit comments

Comments
 (0)