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-ip-address-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 09/26/2024
11
11
12
12
# What is IP address management (IPAM) in Azure Virtual Network Manager?
13
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 multicloud environments.
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 nonoverlapping classless inter-domain routing (CIDR) addresses to Azure resources, and prevent address space conflicts across on-premises and multicloud environments.
@@ -21,7 +21,7 @@ In Azure Virtual Network Manager, IP address management (IPAM) helps you central
21
21
22
22
- Create pools for IP address planning.
23
23
24
-
- Automatically assign non-overlapped CIDRs to Azure resources.
24
+
- Automatically assign nonoverlapped CIDRs to Azure resources.
25
25
26
26
- Reserve IPs for specific needs.
27
27
@@ -45,7 +45,7 @@ IPAM allows network administrators to plan and organize IP address usage by crea
45
45
46
46
There are two types of pools in IPAM:
47
47
- Root pool: The first pool created in your instance is the root pool. This represents your entire IP address range.
48
-
- 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 7 layers of pools
48
+
- 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
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-manage-ip-addresses-network-manager.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ In this step, you associate an existing virtual network with an IP address pool
62
62
63
63
:::image type="content" source="media/how-to-manage-ip-addresses/associate-virtual-network-resources-thumb.png" alt-text="Screenshot of associate resources page with virtual networks selected." lightbox="media/how-to-manage-ip-addresses/associate-virtual-network-resources.png":::
64
64
65
-
5. Verify the virtual network are listed.
65
+
5. Verify the virtual network is listed.
66
66
67
67
:::image type="content" source="media/how-to-manage-ip-addresses/ip-address-pool-allocation-statistics.png" alt-text="Screenshot of IP address pool allocations and statistics.":::
68
68
@@ -71,7 +71,7 @@ In this step, you associate an existing virtual network with an IP address pool
71
71
72
72
## Create static CIDR blocks for a pool
73
73
74
-
In this step, you create a static CIDR block for a pool. This is helpful for allocating a space that is outside of Azure or Azure resources that aren't supported by IPAM. For example, you can allocate a CIDR in the pool to the address space in your on-premises environment. Likewise, you can also use this for a space that is used by a Virtual WAN hub or Azure VMware Private Cloud.
74
+
In this step, you create a static CIDR block for a pool. This is helpful for allocating a space that is outside of Azure or Azure resources not supported by IPAM. For example, you can allocate a CIDR in the pool to the address space in your on-premises environment. Likewise, you can also use this for a space that is used by a Virtual WAN hub or Azure VMware Private Cloud.
75
75
76
76
1. Browse to your IP address pool.
77
77
2. Select **Allocate** or **Allocations** under **Settings**.
@@ -104,7 +104,7 @@ In this step, you review the allocation usage of the IP address pool. This helps
104
104
|**Available address count**| The number of addresses that are allocated to the pool. |
105
105
|**IP allocation**| The set of IP addresses that are allocated from the pool for potential use. |
106
106
107
-
:::image type="content" source="media/how-to-manage-ip-addresses/review-ip-address-pool-allocations.png" alt-text="Screenshot of an ip address pool allocations and statistics for the pool.":::
107
+
:::image type="content" source="media/how-to-manage-ip-addresses/review-ip-address-pool-allocations.png" alt-text="Screenshot of an IP address pool's allocations and statistics for the pool.":::
108
108
109
109
4. For each allocation, you can review the following:
110
110
@@ -130,7 +130,7 @@ In this step, you delegate permissions to other users to manage IP address pools
130
130
131
131
:::image type="content" source="media/how-to-manage-ip-addresses/delegate-ip-address-pool-permissions.png" alt-text="Screenshot of the Add role assignment window with IPAM Pool User selected.":::
132
132
133
-
6. Choose **+ Select members** and then **Select** the user, group,service principal, or managed identity that you want to assign the role to.
133
+
6. Choose **+ Select members** and then **Select** the user, group,service principal, or managed identity that you want to assign the role to.
134
134
7. Select **Review + assign** and then **Assign** to delegate permissions to the user.
135
135
136
136
@@ -144,17 +144,30 @@ In this step, you create a virtual network with a nonoverlapping CIDR range by a
144
144
145
145
| Field | Description |
146
146
| --- | --- |
147
-
|**Subscription**| Select your subscription. |
147
+
|**Subscription**| Select the subscription managed by a Network Manager management scope. |
148
148
|**Resource group**| Select the resource group for the virtual network. |
149
149
|**Name**| Enter a name for the virtual network. |
150
-
|**Region**| Select the region for the virtual network. |
151
-
150
+
|**Region**| Select the region for the virtual network. IP address pools must be in the same region as your virtual network in order to be associated.|
151
+
152
152
4. Select the **IP addresses** tab or **Next** > **Next**.
153
-
5. On the **IP addresses** tab, select **Allocate using IPAM.*
154
-
6. In the **Select an IPAM pool** window, select the IP address pool that you want to associate with the virtual network and then choose **Select**.
153
+
5. On the **IP addresses** tab, select **Allocate using IP address pools** checkbox.
154
+
155
+
:::image type="content" source="media/how-to-manage-ip-addresses/create-virtual-network-ip-address-pool.png" alt-text="Screenshot of create virtual network window with Allocate using IP address setting.":::
156
+
157
+
6. In the **Select an IP address pool** window, select the IP address pool that you want to associate with the virtual network and then choose **Save**. You can select at most one IPv4 pool and one IPv6 pool for association to a single virtual network.
158
+
159
+
:::image type="content" source="media/how-to-manage-ip-addresses/virtual-network-create-select-ip-address-pool-thumb.png" alt-text="Screenshot of Select an IP address pool with IP address pool selected." lightbox="media/how-to-manage-ip-addresses/virtual-network-create-select-ip-address-pool.png":::
160
+
155
161
7. From the dropdown menu next to your IP address pool, select the size for the virtual network.
156
-
8. Select **Review + create** and then **Create** to create the virtual network.
157
-
9. Once the virtual network is created, you can view the IP address pool that is associated with the virtual network under **Allocations** in the IP address pool.
162
+
163
+
:::image type="content" source="media/how-to-manage-ip-addresses/virtual-network-create-select-address-space-size.png" alt-text="Screenshot of Create virtual network window with IP address size selection.":::
164
+
165
+
8. Optionally create subnets referring to the selected pool.
166
+
9. Select **Review + create** and then **Create** to create the virtual network.
167
+
10. Once the virtual network is created, you can
158
168
159
169
## Next steps
160
170
171
+
> [!div class="nextstepaction"]
172
+
> [What is IP address management in Azure Virtual Network Manager](./concept-ip-address-management.md)
0 commit comments