Skip to content

Commit d38dc4f

Browse files
committed
updated portal steps, updated date.
1 parent 460fcb9 commit d38dc4f

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: asudbring
77
ms.service: virtual-network
88
ms.topic: how-to
9-
ms.date: 12/15/2022
9+
ms.date: 02/09/2023
1010
ms.author: allensu
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli, FY23 content-maintenance
1212
---
@@ -40,11 +40,11 @@ In this section, you create a virtual network and the subnet that you'll later d
4040

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

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

45-
3. Select **+ Create**.
45+
1. Select **+ Create**.
4646

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**:
4848

4949
| Setting | Value |
5050
| ------- | ----- |
@@ -55,24 +55,27 @@ In this section, you create a virtual network and the subnet that you'll later d
5555
| Name | Enter **myVNet**. |
5656
| Region | Select **East US 2** |
5757

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**.
5961

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**. |
6167

62-
7. Select **+ Add subnet**.
68+
1. Select **+ Add subnet** in the new IP address space.
6369

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**.
6571

6672
| Setting | Value |
6773
| ------- | ----- |
6874
| 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**. |
7477

75-
11. Select **Create**.
78+
1. Select **Review + create**, then select **Create**.
7679

7780
# [**PowerShell**](#tab/manage-subnet-delegation-powershell)
7881

0 commit comments

Comments
 (0)