Skip to content

Commit 8c93eb3

Browse files
authored
Merge pull request #248651 from asudbring/vnet-include-update
Update of remaining VNET create include files for portal changes
2 parents 40ec147 + 9179940 commit 8c93eb3

File tree

6 files changed

+55
-49
lines changed

6 files changed

+55
-49
lines changed
-1.11 KB
Loading
9.47 KB
Loading
-112 KB
Loading

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

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,39 @@ The following procedure creates a virtual network with a subnet.
1616

1717
1. In the portal, search for and select **Virtual networks**.
1818

19-
1. On the **Virtual networks** page, select **Create**.
19+
1. On the **Virtual networks** page, select **+ Create**.
2020

2121
1. On the **Basics** tab of **Create virtual network**, enter or select the following information:
2222

2323
| Setting | Value |
2424
|---|---|
2525
| **Project details** | |
2626
| Subscription | Select your subscription. |
27-
| Resource group | Select **test-rg**. |
27+
| Resource group | Select **test-rg** |
2828
| **Instance details** | |
29-
| Name | Enter **vnet-private-endpoint**. |
29+
| Name | Enter **vnet-1**. |
3030
| Region | Select **East US 2**. |
3131

32-
1. Select **Next: IP Addresses** at the bottom of the page.
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":::
3333

34-
1. In the **IP Addresses** tab, in **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.1.0.0/16**.
34+
1. Select **Next** to proceed to the **Security** tab.
3535

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

38-
1. Enter or select the following information in **Add subnet**:
40+
1. In **Edit subnet**, enter or select the following information:
3941

4042
| Setting | Value |
4143
|---|---|
42-
| Subnet name | Enter **subnet-private-endpoint**. |
43-
| Subnet address range | Enter **10.1.0.0/24**. |
44+
| **Subnet details** | |
45+
| Subnet template | Leave the default **Default**. |
46+
| Name | Enter **subnet-1**. |
47+
| Starting address | Leave the default of **10.0.0.0**. |
48+
| Subnet size | Leave the default of **/24(256 addresses)**. |
4449

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

47-
1. Select **Next: Security** at the bottom of the page.
52+
1. Select **Save**.
4853

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

includes/virtual-network-create-with-bastion-tabs.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
1414

1515
1. In the portal, search for and select **Virtual networks**.
1616

17-
1. On the **Virtual networks** page, select **Create**.
17+
1. On the **Virtual networks** page, select **+ Create**.
1818

1919
1. On the **Basics** tab of **Create virtual network**, enter or select the following information:
2020

@@ -27,42 +27,42 @@ The following procedure creates a virtual network with a resource subnet, an Azu
2727
| Name | Enter **vnet-1**. |
2828
| Region | Select **East US 2**. |
2929

30-
:::image type="content" source="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal.":::
30+
:::image type="content" source="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png":::
3131

32-
1. Select **Next: IP Addresses** at the bottom of the page.
32+
1. Select **Next** to proceed to the **Security** tab.
3333

34-
1. In the **IP Addresses** tab, under **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.0.0.0/16**.
34+
1. Select **Enable Bastion** in the **Azure Bastion** section of the **Security** tab.
3535

36-
1. Select **+ Add subnet**.
36+
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](../articles/bastion/bastion-overview.md)
37+
38+
>[!NOTE]
39+
>[!INCLUDE [Pricing](bastion-pricing.md)]
3740
38-
1. Enter or select the following information in **Add subnet**:
41+
1. Enter or select the following information in **Azure Bastion**:
3942

4043
| Setting | Value |
4144
|---|---|
42-
| Subnet name | Enter **subnet-1**. |
43-
| Subnet address range | Enter **10.0.0.0/24**. |
44-
45-
:::image type="content" source="./media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of IP address space and subnet creation in Create virtual network in the Azure portal.":::
46-
47-
1. Select **Add**.
48-
49-
1. Select **Next: Security** at the bottom of the page.
45+
| Azure Bastion host name | Enter **bastion**. |
46+
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
5047

51-
1. On the Security tab, next to **BastionHost**, select **Enable**.
48+
:::image type="content" source="./media/virtual-network-create-with-bastion/enable-bastion.png" alt-text="Screenshot of enable bastion host in Create virtual network in the Azure portal.":::
5249

53-
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](../articles/bastion/bastion-overview.md)
50+
1. Select **Next** to proceed to the **IP Addresses** tab.
51+
52+
1. In the address space box in **Subnets**, select the **default** subnet.
5453

55-
>[!NOTE]
56-
>[!INCLUDE [Pricing](bastion-pricing.md)]
57-
58-
1. Enter or select the following information:
54+
1. In **Edit subnet**, enter or select the following information:
5955

6056
| Setting | Value |
6157
|---|---|
62-
| Bastion name | Enter **bastion**. |
63-
| AzureBastionSubnet address space | Enter **10.0.1.0/26**. |
64-
| Public IP address | Select **Create new**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
58+
| **Subnet details** | |
59+
| Subnet template | Leave the default **Default**. |
60+
| Name | Enter **subnet-1**. |
61+
| Starting address | Leave the default of **10.0.0.0**. |
62+
| Subnet size | Leave the default of **/24(256 addresses)**. |
6563

66-
:::image type="content" source="./media/virtual-network-create-with-bastion/enable-bastion.png" alt-text="Screenshot of enable bastion host in Create virtual network in the Azure portal.":::
64+
:::image type="content" source="./media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
65+
66+
1. Select **Save**.
6767

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

includes/virtual-network-create.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following procedure creates a virtual network with a resource subnet.
1616

1717
1. In the portal, search for and select **Virtual networks**.
1818

19-
1. On the **Virtual networks** page, select **Create**.
19+
1. On the **Virtual networks** page, select **+ Create**.
2020

2121
1. On the **Basics** tab of **Create virtual network**, enter or select the following information:
2222

@@ -29,25 +29,26 @@ The following procedure creates a virtual network with a resource subnet.
2929
| Name | Enter **vnet-1**. |
3030
| Region | Select **East US 2**. |
3131

32-
:::image type="content" source="./media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal.":::
32+
:::image type="content" source="./media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create/create-virtual-network-basics.png":::
3333

34-
1. Select **Next: IP Addresses** at the bottom of the page.
34+
1. Select **Next** to proceed to the **Security** tab.
3535

36-
1. In the **IP Addresses** tab, in **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.0.0.0/16**.
36+
1. Select **Next** to proceed to the **IP Addresses** tab.
37+
38+
1. In the address space box in **Subnets**, select the **default** subnet.
3739

38-
1. Select **+ Add subnet**.
39-
40-
1. Enter or select the following information in **Add subnet**:
40+
1. In **Edit subnet**, enter or select the following information:
4141

4242
| Setting | Value |
4343
|---|---|
44-
| Subnet name | Enter **subnet-1**. |
45-
| Subnet address range | Enter **10.0.0.0/24**. |
46-
47-
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of IP address space and subnet creation in Create virtual network in the Azure portal.":::
44+
| **Subnet details** | |
45+
| Subnet template | Leave the default **Default**. |
46+
| Name | Enter **subnet-1**. |
47+
| Starting address | Leave the default of **10.0.0.0**. |
48+
| Subnet size | Leave the default of **/24(256 addresses)**. |
4849

49-
1. Select **Add**.
50+
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
5051

51-
1. Select **Next: Security** at the bottom of the page.
52+
1. Select **Save**.
5253

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

0 commit comments

Comments
 (0)