Skip to content

Commit 9a6c58a

Browse files
authored
Merge pull request #288015 from mbender-ms/avnm-ipam-original
avnm - IPAM updates
2 parents b1169f1 + 0f477c0 commit 9a6c58a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: What is IP address management in Azure Virtual Network Manager?
3-
description: Learn about IP address management in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks.
2+
title: What is IP address management (IPAM) in Azure Virtual Network Manager?
3+
description: Learn about IP address management (IPAM) in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 10/2/2024
8+
ms.date: 10/08/2024
99
ms.custom: references_regions
1010
#customer intent: As a network administrator, I want to learn about IP address management in Azure Virtual Network Manager so that I can manage IP addresses in my virtual networks.
1111
---
1212

13-
# What is IP address management in Azure Virtual Network Manager?
13+
# What is IP address management (IPAM) in Azure Virtual Network Manager?
1414

1515
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
1616

17-
In this article, you learn about the IP address management 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.
17+
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.
1818

19-
## What is IP address management?
19+
## What is IP address management (IPAM)?
2020

21-
In Azure Virtual Network Manager, IP address management helps you centrally manage IP addresses in your virtual networks using IP address pools. The following are some key features of IP address manager in Azure Virtual Network Manager:
21+
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks using IP address pools. The following are some key features of IPAM in Azure Virtual Network Manager:
2222

2323
- Create pools for IP address planning.
2424

@@ -32,29 +32,29 @@ In Azure Virtual Network Manager, IP address management helps you centrally mana
3232

3333
- Support for IPv4 and IPv6 address pools.
3434

35-
## How does IP address manager work in Azure Virtual Network Manager?
35+
## How does IPAM work in Azure Virtual Network Manager?
3636

37-
The IP address manager feature in Azure Virtual Network Manager works through the following key components:
37+
The IPAM feature in Azure Virtual Network Manager works through the following key components:
3838
- Managing IP Address Pools
3939
- Allocating IP addresses to Azure resources
40-
- Delegating IP address management permissions
40+
- Delegating IPAM permissions
4141
- Simplifying resource creation
4242

4343
### Manage IP address pools
4444

45-
IP address manager allows network administrators to plan and organize IP address usage by creating pools with address spaces and respective sizes. These pools act as containers for groups of CIDRs, enabling logical grouping for specific networking purposes. You can create a structured hierarchy of pools, dividing a larger pool into smaller, more manageable pools, aiding in more granular control and organization of your network's IP address space.
45+
IPAM allows network administrators to plan and organize IP address usage by creating pools with address spaces and respective sizes. These pools act as containers for groups of CIDRs, enabling logical grouping for specific networking purposes. You can create a structured hierarchy of pools, dividing a larger pool into smaller, more manageable pools, aiding in more granular control and organization of your network's IP address space.
4646

47-
There are two types of pools in IP address manager:
47+
There are two types of pools in IPAM:
4848
- Root pool: The first pool created in your instance is the root pool. This represents your entire IP address range.
4949
- Child pool: A child pool is a subset of the root pool or another child pool. You can create multiple child pools within a root pool or another child pool. You can have up to seven layers of pools
5050

5151
### Allocating IP addresses to Azure resources
5252

53-
When it comes to allocation, you can assign Azure resources with CIDRs, such as virtual networks, to a specific pool. This helps in identifying which CIDRs are currently in use. There's also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IP address manager service. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space.
53+
When it comes to allocation, you can assign Azure resources with CIDRs, such as virtual networks, to a specific pool. This helps in identifying which CIDRs are currently in use. There's also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IPAM service. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space.
5454

55-
### Delegating permissions for IP address management
55+
### Delegating permissions for IPAM
5656

57-
With IP address manager, you can delegate permission to other users to utilize the IP address manager pools, ensuring controlled access and management while democratizing pool allocation. These permissions allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
57+
With IPAM, you can delegate permission to other users to utilize the IP address pools, ensuring controlled access and management while democratizing pool allocation. These permissions allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
5858

5959
Delegating permissions also allows others to view usage statistics and lists of resources associated with the pool. Within your network manager, complete usage statistics are available including:
6060
- The total number of IPs in pool.
@@ -66,18 +66,18 @@ Additionally, it shows details for pools and resources associated with pools, gi
6666

6767
When creating CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process. The system ensures that the automatically allocated CIDRs don't overlap within the pool, maintaining network integrity and preventing conflicts.
6868

69-
## Permission requirements for IP address manager in Azure Virtual Network Manager
69+
## Permission requirements for IPAM in Azure Virtual Network Manager
7070

71-
When using IP address management, the **IPAM Pool User** role alone is sufficient for delegation. During the public preview, you also need to grant **Network Manager Read** access to ensure full discoverability of IP address pools and virtual networks across the Network Manager's scope. Without this role, users with only the **IPAM Pool User** role won't be able to see available pools and virtual networks.
71+
When using IPAM, the **IPAM Pool User** role alone is sufficient for delegation. During the public preview, you also need to grant **Network Manager Read** access to ensure full discoverability of IP address pools and virtual networks across the Network Manager's scope. Without this role, users with only the **IPAM Pool User** role won't see available pools and virtual networks.
7272

7373
Learn more about [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md).
7474

7575
## Known issues
7676

77-
- When virtual networks are associated with an IP address manager pool, peering sync may show as out of sync, even though peering is functioning correctly.
78-
- When a VNet is moved to a different subscription, the references in IP address manager are not updated, leading to inconsistent management status.
79-
- When multiple requests for the same VNet are made, it can result in duplicate allocations entries.
80-
- When entering an IP address space, the address space entered must be a valid address range (valid starting address and valid size), else a failure will be encountered when sending a request. Currently, the portal does not validate CIDR input prior to sending requests.
77+
- When virtual networks are associated with an IP address management pool, peering sync can show as out of sync, even though peering is functioning correctly.
78+
- When a virtual network is moved to a different subscription, the references in IPAM aren't updated, leading to inconsistent management status.
79+
- When multiple requests for the same virtual network are made, it can result in duplicate allocations entries.
80+
- When entering an IP address space, the address space entered must be a valid address range (valid starting address and valid size), else a failure is encountered when sending a request. Currently, the portal doesn't validate CIDR input prior to sending requests.
8181

8282
## Next steps
8383

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 10/2/2024
8+
ms.date: 10/08/2024
99
ms.custom: references_regions
1010
#customer intent: As a network administrator, I want to learn how to manage IP addresses with Azure Virtual Network Manager so that I can create and assign IP address pools to my virtual networks.
1111
---
@@ -14,7 +14,7 @@ ms.custom: references_regions
1414

1515
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
1616

17-
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 in Azure Virtual Network Manager.
17+
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.
1818

1919
## Prerequisites
2020

@@ -119,7 +119,7 @@ In this step, you review the allocation usage of the IP address pool. This helps
119119

120120
:::image type="content" source="media/how-to-manage-ip-addresses/review-ip-address-pool-allocations-by-resource.png" alt-text="Screenshot of ip address pool allocations highlighting individual resource information.":::
121121

122-
## Delegating permissions for IP address management
122+
## Delegating permissions for IP address management (IPAM)
123123

124124
In this step, you delegate permissions to other users to manage IP address pools in your network manager using [Azure role-based access control (RBAC)](../role-based-access-control/check-access.md). This allows you to control access to the IP address pools and ensure that only authorized users can manage the pools.
125125

@@ -169,5 +169,5 @@ In this step, you create a virtual network with a nonoverlapping CIDR range by a
169169
## Next steps
170170

171171
> [!div class="nextstepaction"]
172-
> [What is IP address management in Azure Virtual Network Manager](./concept-ip-address-management.md)
172+
> [What is IP address management (IPAM) in Azure Virtual Network Manager](./concept-ip-address-management.md)
173173

0 commit comments

Comments
 (0)