Skip to content

Commit 752d54f

Browse files
committed
update include file for vnet create portal changes
1 parent 842959b commit 752d54f

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed
15.4 KB
Loading
-112 KB
Loading
-12.2 KB
Loading

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,40 @@ The following procedure creates a virtual network with a resource subnet, an Azu
3131

3232
:::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":::
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, 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**.
36+
1. Select **Enable Bastion** in the **Azure Bastion** section of the **Security** tab.
3737

38-
1. Select **+ Add subnet**.
38+
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)
39+
40+
>[!NOTE]
41+
>[!INCLUDE [Pricing](bastion-pricing.md)]
3942
40-
1. Enter or select the following information in **Add subnet**:
43+
1. Enter or select the following information in **Azure Bastion**:
4144

4245
| Setting | Value |
4346
|---|---|
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-with-bastion/address-subnet-space.png" alt-text="Screenshot of IP address space and subnet creation in Create virtual network in the Azure portal":::
48-
49-
1. Select **Add**.
50-
51-
1. Select **Next: Security** at the bottom of the page.
47+
| Azure Bastion host name | Enter **bastion**. |
48+
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
5249

53-
1. On the Security tab, next to **BastionHost**, select **Enable**.
50+
:::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":::
5451

55-
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)
52+
1. Select **Next** to proceed to the **IP Addresses** tab.
53+
54+
1. In the address space box in **Subnets**, select the **default** subnet.
5655

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

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

68-
:::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":::
66+
:::image type="content" source="./media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration":::
67+
68+
1. Select **Save**.
6969

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

0 commit comments

Comments
 (0)