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
+53-20Lines changed: 53 additions & 20 deletions
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
---
@@ -170,54 +170,87 @@ In this step, you create a virtual network with a nonoverlapping CIDR range by a
1. In the **Custom deployment** windows, enter or select the following information::
237
+
238
+
|**Field**|**Description**|
239
+
| --- | --- |
240
+
|**Project details**||
241
+
| Subscription | Select your subscription. |
242
+
| Resource group | Select the resource group for the virtual network. In this case, the example uses **resource-group**. |
243
+
|**Instance details**||
244
+
| 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. |
245
+
| Virtual network name | Enter a name for the virtual network. The template will default to **virtual-network**. |
246
+
| 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**. |
247
+
248
+
:::image type="content" source="media/how-to-manage-ip-addresses/custom-deployment-template.png" alt-text="Screenshot of custom deployment page with values.":::
249
+
250
+
> [!NOTE]
251
+
> 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.
252
+
253
+
4. Select **Review + create** and then **Create** to create the virtual network.
0 commit comments