@@ -151,22 +151,22 @@ In this section, you delegate the subnet that you created in the preceding secti
151
151
152
152
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com ) .
153
153
154
- 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.
155
155
156
- 3 . Select ** myVNet** .
156
+ 1 . Select ** myVNet** .
157
157
158
- 4 . Select ** Subnets** in ** Settings** .
158
+ 1 . Select ** Subnets** in ** Settings** .
159
159
160
- 5 . Select ** mySubnet** .
160
+ 1 . Select ** mySubnet** .
161
161
162
- 6 . Enter or select the following information:
162
+ 1 . Enter or select the following information:
163
163
164
164
| Setting | Value |
165
165
| ------- | ----- |
166
166
| ** SUBNET DELEGATION** | |
167
167
| Delegate subnet to a service | Select the service that you want to delegate the subnet to. For example, ** Microsoft.Sql/managedInstances** . |
168
168
169
- 7 . Select ** Save** .
169
+ 1 . Select ** Save** .
170
170
171
171
# [ ** PowerShell** ] ( #tab/manage-subnet-delegation-powershell )
172
172
@@ -269,22 +269,22 @@ In this section, you'll remove a subnet delegation for an Azure service.
269
269
270
270
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com ) .
271
271
272
- 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.
273
273
274
- 3 . Select ** myVNet** .
274
+ 1 . Select ** myVNet** .
275
275
276
- 4 . Select ** Subnets** in ** Settings** .
276
+ 1 . Select ** Subnets** in ** Settings** .
277
277
278
- 5 . Select ** mySubnet** .
278
+ 1 . Select ** mySubnet** .
279
279
280
- 6 . Enter or select the following information:
280
+ 1 . Enter or select the following information:
281
281
282
282
| Setting | Value |
283
283
| ------- | ----- |
284
284
| ** SUBNET DELEGATION** | |
285
285
| Delegate subnet to a service | Select ** None** . |
286
286
287
- 7 . Select ** Save** .
287
+ 1 . Select ** Save** .
288
288
289
289
# [ ** PowerShell** ] ( #tab/manage-subnet-delegation-powershell )
290
290
@@ -357,5 +357,15 @@ Output from command is a null bracket:
357
357
358
358
---
359
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
+
360
370
## Next steps
361
371
- Learn how to [ manage subnets in Azure] ( virtual-network-manage-subnet.md ) .
0 commit comments