Skip to content

Commit e7895cc

Browse files
author
Michael Bender
committed
Initial commit - concept doc
1 parent a6be306 commit e7895cc

File tree

4 files changed

+105
-0
lines changed

4 files changed

+105
-0
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
href: concept-use-cases.md
3434
- name: limitations
3535
href: concept-limitations.md
36+
- name: IP address management
37+
href: concept-ip-address-management.md
3638
- name: Scope
3739
href: concept-network-manager-scope.md
3840
- name: Network groups
@@ -109,6 +111,8 @@
109111
href: how-to-configure-cross-tenant-portal.md
110112
- name: Configure cross-tenant connection - CLI
111113
href: how-to-configure-cross-tenant-cli.md
114+
- Name: Manage IP addresses
115+
href: how-to-ip-address-management.md
112116
- name: Monitoring
113117
items:
114118
- name: Configure Event Logs for Azure Virtual Network Manager
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
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.
4+
author: mbender-ms
5+
ms.author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: how-to
8+
ms.date: 07/17/2024
9+
#customer intent: As a network administrator, I want to learn about IP address management (IPAM) in Azure Virtual Network Manager so that I can manage IP addresses in my virtual networks.
10+
---
11+
12+
# What is IP address management (IPAM) in Azure Virtual Network Manager?
13+
14+
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 (IPAM), you can create pools for IP address planning, automatically assign non-overlapping classless inter-domain routing (CIDR) addresses to Azure resources, and prevent address space conflicts across on-premises and multi-cloud environments.
15+
16+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
17+
18+
## What is IP address management (IPAM)?
19+
20+
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks through the use of IP address pools. The following are some key features of IPAM in Azure Virtual Network Manager:
21+
22+
- Create pools for IP address planning
23+
24+
- Automatically assign non-overlapped CIDRs to Azure resources
25+
26+
- Reserve IPs for specific demands
27+
28+
- Prevent Azure address space from overlapping on-premises/multi-cloud environments.
29+
30+
- Monitor IP/CIDR usages and allocations in a pool
31+
32+
## How does IPAM work in Azure Virtual Network Manager?
33+
34+
The IPAM feature in Azure Virtual Network Manager works through the following key components:
35+
- Managing IP Address Pools
36+
- Allocating IP addresses to Azure resources
37+
- Delegating IP address management permissions
38+
- Simplifying resource creation
39+
40+
### Managing IP Address Pools
41+
42+
IPAM allows network administrators to plan and organize IP address usage by defining 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. The IPAM service currently handles IPv4 addresses, with IPv6 management to be introduced in the future.
43+
44+
### Allocating IP addresses to Azure resources
45+
46+
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 use1. There is 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 service1. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space1.
47+
48+
### Delegating permissions for IP address management
49+
50+
With IPAM, you can delegate permission to other users to utilize the IPAM pools, ensuring controlled access and management while democratizing pool allocation. These permissions will allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
51+
52+
Delegating permissions also extends to allowing others to view usage statistics and lists of resources associated with the pool. Within your network manager, complete usage statistics are available, showing the total number of IPs, the number of used IPs, the percentage of used IPs, and the percentage of allocated pool space. Additionally, it shows details for pools and resources associated with pools, giving a complete overview of the IP usages and aiding in better resource management and planning.
53+
54+
### Simplifying resource creation
55+
56+
When creating CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process1. The system ensures that the automatically allocated CIDRs do not overlap within the pool, maintaining network integrity and preventing conflicts1.
57+
58+
## Permission requirements for IPAM in Azure Virtual Network Manager
59+
60+
You need to have the Network Contributor role for the scope of the network manager instance you want to create and manage.
61+
62+
## Next steps
63+
64+
> [!div class="nextstepaction"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Manage IP addresses with Azure Virtual Network Manager
3+
description: Learn how to manage IP addresses with Azure Virtual Network Manager by creating and assigning IP address pools to your virtual networks.
4+
author: mbender-ms
5+
ms.author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: how-to
8+
ms.date: 07/17/2024
9+
#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.
10+
---
11+
12+
# Manage IP addresses with Azure Virtual Network Manager
13+
14+
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.
15+
16+
[!INCLUDE [virtual-network-manager-ipam](../../includes/virtual-network-manager-ipam.md)]
17+
18+
## Prerequisites
19+
20+
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
21+
-
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network-manager
5+
author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: include
8+
ms.date: 07/17/2024
9+
ms.author: mbender-ms
10+
ms.custom: include-file
11+
---
12+
13+
> [!IMPORTANT]
14+
> Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is in preview.
15+
>
16+
> 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/).

0 commit comments

Comments
 (0)