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/how-to-manage-ip-addresses-network-manager.md
+88-1Lines changed: 88 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: mbender-ms
5
5
ms.author: mbender
6
6
ms.service: azure-virtual-network-manager
7
7
ms.topic: how-to
8
-
ms.date: 10/08/2024
8
+
ms.date: 10/25/2024
9
9
ms.custom: references_regions
10
10
#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.
11
11
---
@@ -139,6 +139,8 @@ In this step, you delegate permissions to other users to manage IP address pools
139
139
140
140
In this step, you create a virtual network with a nonoverlapping CIDR range by allowing IP address manager to automatically provide a nonoverlapping CIDR.
141
141
142
+
# [Azure Portal](#tab/azureportal)
143
+
142
144
1. In the Azure portal, search for and select **Virtual networks**.
143
145
2. Select **+ Create**.
144
146
3. On the **Basics** tab, enter the following information:
@@ -166,6 +168,91 @@ In this step, you create a virtual network with a nonoverlapping CIDR range by a
166
168
8. Optionally create subnets referring to the selected pool.
167
169
9. Select **Review + create** and then **Create** to create the virtual network.
4. In the **Custom deployment** windows, enter or select the following information:
238
+
239
+
| **Field** | **Description** |
240
+
| --- | --- |
241
+
| **Project details** | |
242
+
| Subscription | Select your subscription. |
243
+
| Resource group | Select the resource group for the virtual network. In this case, the example uses **resource-group**. |
244
+
| **Instance details** | |
245
+
| 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. |
246
+
| Virtual network name | Enter a name for the virtual network. The template will default to **virtual-network**. |
247
+
| Location | Select the location for the virtual network. This will be the same as the region except all lower case and no spaces.</br>For example, if the region is **(US)westus2**, the location will be **westus2**. |
248
+
249
+
:::image type="content" source="media/how-to-manage-ip-addresses/custom-deployment-template.png" alt-text="Screenshot of custom deployment page with values.":::
250
+
251
+
> [!NOTE]
252
+
> The **poolResourceID** parameter is the Resource ID for your IP Address Pool. You can find this in the JSON View in the resource's overview window.
253
+
254
+
5. Select **Review + create** and then **Create** to create the virtual network.
0 commit comments