Skip to content

Commit 6bbaf21

Browse files
authored
Merge pull request #302718 from mbender-ms/avnm-IPAM-region-updates
virtual network manager | Major Updates | Updates for GA list of regions for IPAM
2 parents 4798a28 + f787d74 commit 6bbaf21

5 files changed

+15
-33
lines changed

articles/virtual-network-manager/automate-ip-address-management-ipam-sample.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: sample
8-
ms.date: 03/14/2025
9-
ms.custom: template-concept
8+
ms.date: 07/16/2025
9+
ms.custom:
10+
- references_regions
1011
---
1112

1213
# Automate virtual network IP Address Management with Azure IPAM Pools
1314

15+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
16+
1417
IPAM Pools in Azure Virtual Network Manager allow you to manage IP address spaces for your virtual networks. This feature helps you avoid overlapping address spaces and ensures that your VNets are created with the correct IP address ranges.
1518

1619
In this article, we provide a sample PowerShell script that demonstrates how to create multiple VNets, associate existing VNets with IPAM pools, and disassociate VNets from IPAM pools.

articles/virtual-network-manager/concept-ip-address-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-virtual-network-manager
88
ms.topic: how-to
9-
ms.date: 06/12/2025
9+
ms.date: 07/16/2025
1010
ms.custom:
1111
- references_regions
1212
- ai-gen-docs-bap

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: azure-virtual-network-manager
77
ms.topic: tutorial
88
ms.date: 05/21/2025
99
ms.custom:
10+
- references_regions
1011
- ai-gen-docs-bap
1112
- ai-gen-title
1213
- ai-seo-date:05/21/2025
@@ -15,6 +16,8 @@ ms.custom:
1516

1617
# Configure cross-tenant IPAM with Azure Virtual Network Manager
1718

19+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
20+
1821
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.
1922

2023
## Prerequisites

articles/virtual-network-manager/how-to-manage-ip-addresses-network-manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Azure Virtual Network Manager allows you to manage IP addresses by creating and
2323
- A virtual network that you want to associate with an IP address pool.
2424
- To manage IP addresses in your network manager, you have the **Network Contributor** role with [role-based access control](../role-based-access-control/quickstart-assign-role-user-portal.md) Classic Admin/legacy authorization isn't supported.
2525

26+
27+
2628
## Create an IP address pool
2729

2830
In this step, you create an IP address pool for your virtual network.

includes/virtual-network-manager-ipam.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,12 @@
55
author: mbender
66
ms.service: virtual-network-manager
77
ms.topic: include
8-
ms.date: 06/12/2024
8+
ms.date: 07/16/2025
99
ms.author: mbender-ms
1010
ms.custom: include-file, references_regions
1111
---
1212

1313
> [!IMPORTANT]
14-
> Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is generally available in the following regions:
15-
>
16-
> - Asia East
17-
> - Australia Central
18-
> - Australia East
19-
> - Brazil South
20-
> - Canada Central
21-
> - Central US EUAP
22-
> - East US
23-
> - East US 2 EUAP
24-
> - Europe North
25-
> - France South
26-
> - Germany West Central
27-
> - India Central
28-
> - Japan East
29-
> - Korea Central
30-
> - Mexico Central
31-
> - North Central US
32-
> - Norway West
33-
> - South Africa North
34-
> - Sweden Central
35-
> - Switzerland West
36-
> - Taiwan North
37-
> - UAE Central
38-
> - UK South
39-
> - West US
40-
> - West US 2
41-
>
42-
> All other regions are in preview. This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14+
> Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is generally available in all regions where Azure Virtual Network Manager is available except: Chile Central, Jio India West, Malaysia West, Qatar Central, South Africa West, West India, and West US 3.
15+
>
16+
> For the most up-to-date information on availability of Azure Virtual Network Manager, see [Azure Virtual Network Manager regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table).

0 commit comments

Comments
 (0)