Skip to content

Commit df8ed3c

Browse files
authored
Merge pull request #250490 from asudbring/vnet-patch
Fixed private endpoint VNET creation resource names
2 parents 904c36e + 957c1ef commit df8ed3c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

includes/virtual-network-create-private-endpoint.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,31 @@ The following procedure creates a virtual network with a subnet.
2626
| Subscription | Select your subscription. |
2727
| Resource group | Select **test-rg** |
2828
| **Instance details** | |
29-
| Name | Enter **vnet-1**. |
29+
| Name | Enter **vnet-private-endpoint**. |
3030
| Region | Select **East US 2**. |
3131

32-
:::image type="content" source="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png" alt-text="Screenshot of the Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png":::
33-
3432
1. Select **Next** to proceed to the **Security** tab.
3533

3634
1. Select **Next** to proceed to the **IP Addresses** tab.
37-
38-
1. In the address space box in **Subnets**, select the **default** subnet.
3935

40-
1. In **Edit subnet**, enter or select the following information:
36+
1. Select **Delete address space** with the trash can icon to remove the default address space.
37+
38+
1. Select **Add IPv4 address space**.
39+
40+
1. Enter **10.1.0.0** and leave the pull-down box at the default of **/16 (65,536 addresses)**.
41+
42+
1. Select **+ Add a subnet**.
43+
44+
1. In **Add a subnet**, enter or select the following information:
4145

4246
| Setting | Value |
4347
|---|---|
4448
| **Subnet details** | |
4549
| Subnet template | Leave the default **Default**. |
46-
| Name | Enter **subnet-1**. |
47-
| Starting address | Leave the default of **10.0.0.0**. |
50+
| Name | Enter **subnet-private**. |
51+
| Starting address | Leave the default of **10.1.0.0**. |
4852
| Subnet size | Leave the default of **/24(256 addresses)**. |
4953

50-
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet re-name and configuration.":::
51-
52-
1. Select **Save**.
54+
1. Select **Add**.
5355

5456
1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**.

0 commit comments

Comments
 (0)