Skip to content

Commit 13fa956

Browse files
committed
Fixed renames - SEO - Acrolinx - Docmentor - ToC
1 parent 42ad0c4 commit 13fa956

File tree

3 files changed

+37
-9
lines changed

3 files changed

+37
-9
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
items:
3737
- name: Cross-tenant connection support
3838
href: concept-cross-tenant.md
39-
- name: Configure cross-tenant connections
40-
href: how-to-configure-cross-tenant-connections.md
39+
- name: Configure cross-tenant connections - Portal
40+
href: how-to-configure-cross-tenant-portal.md
41+
- name: Configure cross-tenant connections - CLI
42+
href: how-to-configure-cross-tenant-cli.md
4143
- name: Create a network topology
4244
items:
4345
- name: Hub-and-spoke
@@ -112,6 +114,8 @@
112114
href: Prevent-overlapping-ip-address-space-policy-ipam.md
113115
- Name: Create IP address pools with IPAM
114116
href: how-to-manage-ip-addresses-network-manager.md
117+
- name: Deploy cross-tenant IP address pools
118+
href: deploy-cross-tenant-ip-address-managment.md
115119
- name: Troubleshoot
116120
items:
117121
- name: Event Log Options for Azure Virtual Network Manager
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
---
2-
title: 'Deploy cross-tenant IP address management using the Azure portal'
3-
description: 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 using the Azure portal.
2+
title: Configure Cross-Tenant IPAM with Azure Virtual Network Manager
3+
description: Manage IP addresses across tenants with IPAM pools. Follow this guide to deploy and verify cross-tenant allocations.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: tutorial
8-
ms.date: 05/05/2025
8+
ms.date: 05/21/2025
9+
ms.custom:
10+
- ai-gen-docs-bap
11+
- ai-gen-title
12+
- ai-seo-date:05/21/2025
13+
#customer intent: As an IT operator, I want to set up cross-tenant IPAM using Azure Virtual Network Manager so that I can simplify IP address management for multiple tenants.
914
---
1015

11-
# Deploy cross-tenant IP address management using the Azure portal
16+
# Configure Cross-Tenant IPAM with Azure Virtual Network Manager
1217

13-
This article demonstrates how to deploy a virtual network in a managed tenant (Tenant B) using an IP address allocation from an Azure Virtual Network Manager IP address management (IPAM) pool in a management tenant (Tenant A). You use the Azure portal to configure cross-tenant IPAM, enabling centralized IP address management across multiple tenants. This guide also covers prerequisites, configuration steps, and how to remove IPAM allocations.
18+
Managing IP addresses across multiple Azure tenants can be complex, especially in large or distributed organizations. Azure Virtual Network Manager simplifies this process by enabling centralized IP address management (IPAM) across tenants. This article shows you how to deploy a virtual network in a managed tenant using an IP address allocation from an IPAM pool in a management tenant, all through the Azure portal. You'll learn about prerequisites, step-by-step configuration, and how to remove IPAM allocations when they're no longer needed.
1419

1520
## Prerequisites
1621

1722
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
1824
- Two Azure tenants: a management tenant (Tenant A) and a managed tenant (Tenant B)
1925
- Management tenant (Tenant A) must have:
2026
- An Azure Virtual Network Manager instance. If you don't have a network manager instance, see [Create a network manager instance](create-virtual-network-manager-portal.md).
@@ -29,40 +35,58 @@ This article demonstrates how to deploy a virtual network in a managed tenant (T
2935
### Create an IPAM allocation in the management tenant
3036

3137
1. Sign in to the [Azure portal](https://portal.azure.com/) using credentials with access to Tenant A.
38+
3239
1. Navigate to **Azure Virtual Network Manager** and locate your network manager instance.
40+
3341
1. Select **IP address pools** under **IP address management**.
42+
3443
1. Select the IPAM pool where you want to create an allocation.
44+
3545
1. Select **+ Create** > **Allocate resources**.
46+
3647
1. In the **Allocate resources** pane, select the **Tenant :** dropdown and choose the managed tenant (Tenant B) where you want to allocate IP addresses.
48+
3749
1. Select **Apply** and then select **Authenticate**.
3850

39-
> [!NOTE]
40-
> 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.
51+
> [!NOTE]
52+
> 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.
4153
4254
1. After authentication, select the virtual network, you want to associate with the IP address pool and select **Associate**.
4355

4456
### Verify the cross-tenant association
4557

4658
1. In Tenant A's portal view, navigate to your IP address pool and select **Allocations** under **Settings**.
59+
4760
1. Select **Resources** and verify that the virtual network from Tenant B is listed as an allocated resource.
61+
4862
1. Switch to Tenant B's portal view and navigate to the virtual network that received the allocation.
63+
4964
1. Select **Subnets** under **Settings** and verify the name listed under **IPAM pool** matches the name of the IPAM pool in the management tenant (Tenant A).
5065

5166
## Remove IPAM allocation
5267

5368
To remove an IP allocation from a cross-tenant resource:
5469

5570
1. Sign in to the [Azure portal](https://portal.azure.com/) with credentials for Tenant A.
71+
5672
1. Navigate to **Azure Virtual Network Manager** and locate your network manager instance.
73+
5774
1. Select **IP address pools** under **IP address management**.
75+
5876
1. On the **IP address pools** page, select **Allocations** under **Settings**.
77+
5978
1. Select the virtual network that you want to remove the IPAM allocation from.
79+
6080
1. Select **X Remove**.
81+
6182
1. Authenticate to Tenant B and complete authentication.
83+
6284
1. Once authenticated, select **Yes** to remove the IPAM allocation.
85+
6386
1. Refresh the page to verify that the IPAM allocation is removed.
6487

6588
## Next steps
6689

6790
- [Learn about IP address management in Azure Virtual Network Manager](./concept-ip-address-management.md)
91+
6892
- [Add remote tenant scope in Azure Virtual Network Manager](./how-to-configure-cross-tenant-portal.md)

0 commit comments

Comments
 (0)