@@ -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
59
60
- 6 . In ** IPv4 address space** , enter ** 10.1.0.0/16 ** .
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 ** .
61
61
62
- 7 . Select ** + Add subnet** .
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** . |
67
+
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
@@ -148,22 +151,22 @@ In this section, you delegate the subnet that you created in the preceding secti
148
151
149
152
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com ) .
150
153
151
- 2 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
154
+ 1 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
152
155
153
- 3 . Select ** myVNet** .
156
+ 1 . Select ** myVNet** .
154
157
155
- 4 . Select ** Subnets** in ** Settings** .
158
+ 1 . Select ** Subnets** in ** Settings** .
156
159
157
- 5 . Select ** mySubnet** .
160
+ 1 . Select ** mySubnet** .
158
161
159
- 6 . Enter or select the following information:
162
+ 1 . Enter or select the following information:
160
163
161
164
| Setting | Value |
162
165
| ------- | ----- |
163
166
| ** SUBNET DELEGATION** | |
164
167
| Delegate subnet to a service | Select the service that you want to delegate the subnet to. For example, ** Microsoft.Sql/managedInstances** . |
165
168
166
- 7 . Select ** Save** .
169
+ 1 . Select ** Save** .
167
170
168
171
# [ ** PowerShell** ] ( #tab/manage-subnet-delegation-powershell )
169
172
@@ -266,22 +269,22 @@ In this section, you'll remove a subnet delegation for an Azure service.
266
269
267
270
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com ) .
268
271
269
- 2 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
272
+ 1 . In the search box at the top of the portal, enter ** Virtual network** . Select ** Virtual networks** in the search results.
270
273
271
- 3 . Select ** myVNet** .
274
+ 1 . Select ** myVNet** .
272
275
273
- 4 . Select ** Subnets** in ** Settings** .
276
+ 1 . Select ** Subnets** in ** Settings** .
274
277
275
- 5 . Select ** mySubnet** .
278
+ 1 . Select ** mySubnet** .
276
279
277
- 6 . Enter or select the following information:
280
+ 1 . Enter or select the following information:
278
281
279
282
| Setting | Value |
280
283
| ------- | ----- |
281
284
| ** SUBNET DELEGATION** | |
282
285
| Delegate subnet to a service | Select ** None** . |
283
286
284
- 7 . Select ** Save** .
287
+ 1 . Select ** Save** .
285
288
286
289
# [ ** PowerShell** ] ( #tab/manage-subnet-delegation-powershell )
287
290
@@ -354,5 +357,15 @@ Output from command is a null bracket:
354
357
355
358
---
356
359
360
+ ## Clean up resources
361
+
362
+ When no longer needed, delete the resource group and all resources it contains:
363
+
364
+ 1 . Enter * myResourceGroup* in the ** Search** box at the top of the Azure portal. When you see ** myResourceGroup** in the search results, select it.
365
+
366
+ 1 . Select ** Delete resource group** .
367
+
368
+ 1 . Enter * myResourceGroup* for ** TYPE THE RESOURCE GROUP NAME:** and select ** Delete** .
369
+
357
370
## Next steps
358
371
- Learn how to [ manage subnets in Azure] ( virtual-network-manage-subnet.md ) .
0 commit comments