@@ -6,7 +6,7 @@ services: virtual-network
6
6
author : asudbring
7
7
ms.service : virtual-network
8
8
ms.topic : how-to
9
- ms.date : 12/15/2022
9
+ ms.date : 02/09/2023
10
10
ms.author : allensu
11
11
ms.custom : devx-track-azurepowershell, devx-track-azurecli, FY23 content-maintenance
12
12
---
@@ -40,11 +40,11 @@ In this section, you create a virtual network and the subnet that you'll later d
40
40
41
41
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com ) .
42
42
43
- 2 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
43
+ 1 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
44
44
45
- 3 . Select ** + Create** .
45
+ 1 . Select ** + Create** .
46
46
47
- 4 . Enter or select the following information in the ** Basics** tab of ** Create virtual network** :
47
+ 1 . Enter or select the following information in the ** Basics** tab of ** Create virtual network** :
48
48
49
49
| Setting | Value |
50
50
| ------- | ----- |
@@ -55,24 +55,27 @@ In this section, you create a virtual network and the subnet that you'll later d
55
55
| Name | Enter ** myVNet** . |
56
56
| Region | Select ** East US 2** |
57
57
58
- 5 . Select ** Next: IP Addresses** .
58
+ 1 . Select ** Next: Security** , then ** Next: IP Addresses** .
59
+
60
+ 1 . Select ** Add an IP address space** , in the ** Add an IP address space** pane, enter or select the following information, then select ** Add** .
59
61
60
- 6 . In ** IPv4 address space** , enter ** 10.1.0.0/16** .
62
+ | Setting | Value |
63
+ | ------- | ----- |
64
+ | Address space type | Leave as default ** IPV6** . |
65
+ | Starting address | Enter ** 10.1.0.0** . |
66
+ | Address space size | Select ** /16** . |
61
67
62
- 7 . Select ** + Add subnet** .
68
+ 1 . Select ** + Add subnet** in the new IP address space .
63
69
64
- 8 . Enter or select the following information in ** Add subnet** :
70
+ 1 . Enter or select the following information in ** Add a subnet** . Then select ** Add ** .
65
71
66
72
| Setting | Value |
67
73
| ------- | ----- |
68
74
| Name | Enter ** mySubnet** . |
69
- | Subnet address range | Enter ** 10.1.0.0/24** . |
70
-
71
- 9 . Select ** Add** .
72
-
73
- 10 . Select ** Review + create** .
75
+ | Starting address | Enter ** 10.1.0.0** . |
76
+ | Subnet size | Select ** /16** . |
74
77
75
- 11 . Select ** Create** .
78
+ 1 . Select ** Review + create ** , then select ** Create** .
76
79
77
80
# [ ** PowerShell** ] ( #tab/manage-subnet-delegation-powershell )
78
81
0 commit comments