Skip to content

Commit 93599ec

Browse files
committed
included clean up steps, updated list numbering.
1 parent d38dc4f commit 93599ec

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

articles/virtual-network/manage-subnet-delegation.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,22 @@ In this section, you delegate the subnet that you created in the preceding secti
151151

152152
1. Sign-in to the [Azure portal](https://portal.azure.com).
153153

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.
155155

156-
3. Select **myVNet**.
156+
1. Select **myVNet**.
157157

158-
4. Select **Subnets** in **Settings**.
158+
1. Select **Subnets** in **Settings**.
159159

160-
5. Select **mySubnet**.
160+
1. Select **mySubnet**.
161161

162-
6. Enter or select the following information:
162+
1. Enter or select the following information:
163163

164164
| Setting | Value |
165165
| ------- | ----- |
166166
| **SUBNET DELEGATION** | |
167167
| Delegate subnet to a service | Select the service that you want to delegate the subnet to. For example, **Microsoft.Sql/managedInstances**. |
168168

169-
7. Select **Save**.
169+
1. Select **Save**.
170170

171171
# [**PowerShell**](#tab/manage-subnet-delegation-powershell)
172172

@@ -269,22 +269,22 @@ In this section, you'll remove a subnet delegation for an Azure service.
269269

270270
1. Sign-in to the [Azure portal](https://portal.azure.com).
271271

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.
273273

274-
3. Select **myVNet**.
274+
1. Select **myVNet**.
275275

276-
4. Select **Subnets** in **Settings**.
276+
1. Select **Subnets** in **Settings**.
277277

278-
5. Select **mySubnet**.
278+
1. Select **mySubnet**.
279279

280-
6. Enter or select the following information:
280+
1. Enter or select the following information:
281281

282282
| Setting | Value |
283283
| ------- | ----- |
284284
| **SUBNET DELEGATION** | |
285285
| Delegate subnet to a service | Select **None**. |
286286

287-
7. Select **Save**.
287+
1. Select **Save**.
288288

289289
# [**PowerShell**](#tab/manage-subnet-delegation-powershell)
290290

@@ -357,5 +357,15 @@ Output from command is a null bracket:
357357

358358
---
359359

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+
360370
## Next steps
361371
- Learn how to [manage subnets in Azure](virtual-network-manage-subnet.md).

0 commit comments

Comments
 (0)