You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/concept-connectivity-configuration.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
title: Connectivity Configurations in Azure Virtual Network Manager
3
-
description: Connectivity configurations in Azure Virtual Network Manager simplify network management. Learn how to optimize network performance and security today.
3
+
description: Learn how Azure Virtual Network Manager simplifies connectivity configurations with mesh and hub-and-spoke topologies to optimize network performance and security.
4
4
author: mbender-ms
5
5
ms.author: mbender
6
+
ms.reviewer: mbender
6
7
ms.service: azure-virtual-network-manager
7
8
ms.topic: concept-article
8
-
ms.date: 11/18/2025
9
+
ms.date: 01/09/2026
9
10
ms.custom:
10
11
- ai-gen-docs-bap
11
12
- ai-gen-description
@@ -159,7 +160,7 @@ To enforce peering, you must enable the peering enforcement option when creating
159
160
160
161
After creating and deploying this configuration:
161
162
162
-
- All peerings created by Azure Virtual Network Manager or pre-existing customer peerings inside the topology become enforced.
163
+
- All peerings created by Azure Virtual Network Manager or preexisting customer peerings inside the topology become enforced.
163
164
- If a peering belongs to more than one topology, any configuration marked as enforced enforces that peering.
164
165
165
166
### How to remove enforcement on peering
@@ -178,4 +179,4 @@ To remove enforcement:
178
179
-[Learn how to deploy a hub-and-spoke topology with Azure Firewall](how-to-deploy-hub-spoke-topology-with-azure-firewall.md).
179
180
-[Understand configuration deployments](concept-deployments.md) to effectively manage your network settings.
180
181
-[Block unwanted network traffic](how-to-block-network-traffic-portal.md) using security admin configurations.
181
-
-[Deploy Azure Virtual Network Manager using Terraform](create-virtual-network-manager-terraform.md) to quickly set up your environment.
182
+
-[Deploy Azure Virtual Network Manager using Terraform](create-virtual-network-manager-terraform.md) to quickly set up your environment.
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.
22
+
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. By using 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.
23
23
24
24
## What is IP address management (IPAM)?
25
25
@@ -53,11 +53,11 @@ The IPAM feature in Azure Virtual Network Manager works through the following ke
53
53
54
54
### Manage IP address pools
55
55
56
-
IPAM allows network administrators to plan and organize IP address usage by creating pools with address spaces and respective sizes.
56
+
IPAM helps network administrators plan and organize IP address usage by creating pools with address spaces and respective sizes.
57
57
58
58
These pools act as containers for groups of CIDRs, enabling logical grouping for specific networking purposes. You can create a structured hierarchy of pools by dividing a larger pool into smaller, more manageable pools. This hierarchy provides more granular control and organization of your network's IP address space.
59
59
60
-
There are two types of pools in IPAM:
60
+
IPAM includes two types of pools:
61
61
62
62
-**Root pool**: The first pool you create in your instance. This pool represents your entire IP address range.
63
63
@@ -71,11 +71,11 @@ You can also allocate static CIDRs to a pool. This allocation is useful for occu
71
71
72
72
### Delegating permissions for IPAM
73
73
74
-
With IPAM, you can delegate permission to other users to utilize the IP address pools. This approach ensures controlled access and management while democratizing pool allocation.
74
+
By using IPAM, you can delegate permission to other users to utilize the IP address pools. This approach ensures controlled access and management while democratizing pool allocation.
75
75
76
76
These permissions allow users to see the pools they have access to, which helps them choose the right pool for their needs.
77
77
78
-
Delegating permissions also grants others the ability to view usage statistics and lists of resources associated with the pool. Within your network manager, you can access complete usage statistics, including:
78
+
When you delegate permissions, you grant others the ability to view usage statistics and lists of resources associated with the pool. Within your network manager, you can access complete usage statistics, including:
79
79
80
80
- The total number of IPs in the pool.
81
81
@@ -96,7 +96,7 @@ The system ensures that the automatically allocated CIDRs don't overlap within t
96
96
97
97
You can now associate a single IPAM pool with virtual networks in multiple regions. This feature simplifies governance and ensures consistent CIDR allocation globally. Azure PowerShell and Azure CLI support this capability in the preview regions listed in the preceding note.
98
98
99
-
### Create a virtual network in Region A and associate with an IPAM pool located in Region B
99
+
### Create a virtual network in Region A and associate it with an IPAM pool located in Region B
100
100
101
101
In the following example, you create a virtual network in *Region A* and associate it with an IPAM pool located in *Region B*.
102
102
@@ -142,7 +142,7 @@ The **IPAM Pool User** role alone is sufficient for delegation when using IPAM.
142
142
143
143
Without this role, users with only the **IPAM Pool User** role don't see available pools and virtual networks.
144
144
145
-
Learn more about[Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview).
145
+
For more information, see[Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview).
0 commit comments