Skip to content

Commit eca7923

Browse files
author
Michael Bender
committed
additional screenshots and edits
1 parent c94d054 commit eca7923

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

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

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,25 +117,44 @@ In this step, you review the allocation usage of the IP address pool. This helps
117117
| **Status** | The status of the allocation to the pool. |
118118

119119
:::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.":::
120+
120121
## Delegating permissions for IP address management
121122

122123
In this step, you delegate permissions to other users to manage IP address pools in your network manager. This allows you to control access to the IP address pools and ensure that only authorized users can manage the pools.
123124

124125
1. Browse to your IP address pool.
125126
2. In the left menu, select **Access control (IAM)**.
127+
3. In the **Access control (IAM)** window, select **+ Add**>**Add role assignment**.
128+
4. Under **Role**, select **IPAM Pool User** through the search bar under the **Job function roles** tab, and then select **Next**.
129+
5. On the **Members** tab, select how you wish to assign access to the role. You can assign access to a user, group, or service principal, or you can use a managed identity.
130+
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.":::
126132

127-
You can also give other users permission to use an IPAM pool. This is useful when you want to let your users create a virtual network and make sure the virtual network that they create won't have overlap CIDRs.
128-
To do so, in IAM, add a role assignment of “IPAM Pool User" and assign access.
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+
7. Select **Review + assign** and then **Assign** to delegate permissions to the user.
129135

130-
:::image type="content" source="media/how-to-manage-ip-addresses/ip-address-pool-allocation-statistics-thumb.png" alt-text="Screenshot of ip address allocations page with resource allocations and statistics of ip address pool." lightbox="media/how-to-manage-ip-addresses/ip-address-pool-allocation-statistics.png":::
131136

132137
## Create a virtual network with a nonoverlapping CIDR range
133138

134139
In this step, you create a virtual network with a nonoverlapping CIDR range by allowing IPAM to automatically provide a nonoverlapping CIDR.
135140

136141
1. In the Azure portal, search for and select **Virtual networks**.
137142
2. Select **+ Create**.
138-
3.
143+
3. On the **Basics** tab, enter the following information:
144+
145+
| Field | Description |
146+
| --- | --- |
147+
| **Subscription** | Select your subscription. |
148+
| **Resource group** | Select the resource group for the virtual network. |
149+
| **Name** | Enter a name for the virtual network. |
150+
| **Region** | Select the region for the virtual network. |
151+
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**.
155+
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.
139158

159+
## Next steps
140160

141-
Instead of specifying a specific CIDR, you can choose to let IPAM to automatically provide a nonoverlapping CIDR. You can do so by choosing an IPAM pool and the size for the virtual network as shown below.
61.7 KB
Loading

0 commit comments

Comments
 (0)