Skip to content

Commit 5369225

Browse files
committed
Updated excluded regions
1 parent d688680 commit 5369225

6 files changed

+21
-17
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: 4 additions & 2 deletions
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
@@ -16,6 +16,8 @@ ms.custom:
1616

1717
# What is IP address management (IPAM) in Azure Virtual Network Manager?
1818

19+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
20+
1921
In this article, you learn about the IP address management (IPAM) feature in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks. With Azure Virtual Network Manager's IP address management, you can create pools for IP address planning, automatically assign nonoverlapping classless inter-domain routing (CIDR) addresses to Azure resources, and prevent address space conflicts across on-premises and multicloud environments.
2022

2123
## What is IP address management (IPAM)?
@@ -38,7 +40,7 @@ The following are some key features of IPAM in Azure Virtual Network Manager:
3840

3941
## Available regions for IPAM in Azure Virtual Network Manager
4042

41-
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
43+
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.
4244

4345
## How does IPAM work in Azure Virtual Network Manager?
4446

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

Lines changed: 3 additions & 3 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
@@ -30,9 +33,6 @@ Managing IP addresses across multiple Azure tenants can be complex, especially i
3033
- Managed tenant (Tenant B) must have:
3134
- *Network Contributor* role assigned at the subscription or virtual network level.
3235

33-
> [!IMPORTANT]
34-
> The IPAM feature in Azure Virtual Network Manager is generally available in select regions. For the most up-to-date information on region availability, see [Available IPAM Regions](./concept-ip-address-management.md#available-regions-for-ipam-in-azure-virtual-network-manager).
35-
3636
## Deploy cross-tenant IPAM using the Azure portal
3737

3838
### Create an IPAM allocation in the management tenant

articles/virtual-network-manager/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: virtual-network-manager
55
author: mbender-ms
66
ms.service: azure-virtual-network-manager
77
ms.topic: faq
8-
ms.date: 11/25/2024
8+
ms.date: 07/16/2025
99
ms.author: mbender
1010
ms.custom:
1111
- reference_regions
@@ -25,10 +25,6 @@ For current information about region support, refer to [Products available by re
2525
> [!NOTE]
2626
> All regions have [availability zones](../reliability/availability-zones-region-support.md), except France Central.
2727
28-
### Which Azure regions support IP address management (IPAM) in Azure Virtual Network Manager?
29-
30-
The IPAM feature in Azure Virtual Network Manager is generally available in select regions. For the most up-to-date information on region availability, see [Available IPAM Regions](./concept-ip-address-management.md#available-regions-for-ipam-in-azure-virtual-network-manager).
31-
3228
### What are common use cases for Azure Virtual Network Manager?
3329

3430
* You can create network groups to meet the security requirements of your environment and its functions. For example, you can create network groups for your production and test environments to manage their connectivity and security rules at scale.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: references_regions
1212

1313
# Manage IP addresses with Azure Virtual Network Manager
1414

15+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
16+
1517
Azure Virtual Network Manager allows you to manage IP addresses by creating and assigning IP address pools to your virtual networks. This article shows you how to create and assign IP address pools to your virtual networks with IP address management (IPAM) in Azure Virtual Network Manager.
1618

1719
## Prerequisites
@@ -21,8 +23,7 @@ Azure Virtual Network Manager allows you to manage IP addresses by creating and
2123
- A virtual network that you want to associate with an IP address pool.
2224
- 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.
2325

24-
> [!IMPORTANT]
25-
> The IPAM feature in Azure Virtual Network Manager is generally available in select regions. For the most up-to-date information on region availability, see [Available IPAM Regions](./concept-ip-address-management.md#available-regions-for-ipam-in-azure-virtual-network-manager).
26+
2627

2728
## Create an IP address pool
2829

includes/virtual-network-manager-ipam.md

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

13-
Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is generally available in the following regions: **Asia East**, **Australia Central**, **Australia East**, **Brazil South**, **Canada Central**, **Central US EUAP**, **East US**, **East US 2 EUAP**, **Europe North**, **France South**, **Germany West Central**, **India Central**, **Japan East**, **Korea Central**, **Mexico Central**, **North Central US**, **Norway West**, **South Africa North**, **Sweden Central**, **Switzerland West**, **Taiwan North**, **UAE Central**, **UK South**, **West US**, and **West US 2**.
14-
13+
> [!IMPORTANT]
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)