You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/virtual-network-create-private-endpoint.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,29 +26,31 @@ The following procedure creates a virtual network with a subnet.
26
26
| Subscription | Select your subscription. |
27
27
| Resource group | Select **test-rg**|
28
28
|**Instance details**||
29
-
| Name | Enter **vnet-1**. |
29
+
| Name | Enter **vnet-private-endpoint**. |
30
30
| Region | Select **East US 2**. |
31
31
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
-
34
32
1. Select **Next** to proceed to the **Security** tab.
35
33
36
34
1. Select **Next** to proceed to the **IP Addresses** tab.
37
-
38
-
1. In the address space box in **Subnets**, select the **default** subnet.
39
35
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:
41
45
42
46
| Setting | Value |
43
47
|---|---|
44
48
|**Subnet details**||
45
49
| 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**. |
48
52
| Subnet size | Leave the default of **/24(256 addresses)**. |
49
53
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**.
53
55
54
56
1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**.
0 commit comments