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-with-nat-bastion.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: include
8
-
ms.date: 06/20/2023
8
+
ms.date: 07/29/2024
9
9
ms.author: allensu
10
10
ms.custom: include file
11
11
---
@@ -64,13 +64,13 @@ The following procedure creates a virtual network with a resource subnet, an Azu
64
64
| Resource group | Select **test-rg**. |
65
65
|**Instance details**||
66
66
| Name | Enter **vnet-1**. |
67
-
| Region | Select **East US 2**. |
67
+
| Region | Select **(US) East US 2**. |
68
68
69
69
:::image type="content" source="./media/virtual-network-create-with-nat-bastion/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal.":::
70
70
71
71
1. Select **Next** to proceed to the **Security** tab.
72
72
73
-
1. Select **Enable Bastion** in the **Azure Bastion** section of the **Security** tab.
73
+
1. Select **Enable Azure Bastion** in the **Azure Bastion** section of the **Security** tab.
74
74
75
75
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)
76
76
@@ -82,7 +82,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
82
82
| Setting | Value |
83
83
|---|---|
84
84
| Azure Bastion host name | Enter **bastion**. |
85
-
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
85
+
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip-bastion** in Name. </br> Select **OK**. |
86
86
87
87
:::image type="content" source="./media/virtual-network-create-with-nat-bastion/enable-bastion.png" alt-text="Screenshot of enable bastion host in Create virtual network in the Azure portal.":::
88
88
@@ -94,11 +94,12 @@ The following procedure creates a virtual network with a resource subnet, an Azu
94
94
95
95
| Setting | Value |
96
96
|---|---|
97
-
|**Subnet details**||
98
-
| Subnet template | Leave the default **Default**. |
97
+
| Subnet purpose | Leave the default **Default**. |
99
98
| Name | Enter **subnet-1**. |
99
+
|**IPv4**||
100
+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
100
101
| Starting address | Leave the default of **10.0.0.0**. |
101
-
|Subnet size| Leave the default of **/24(256 addresses)**. |
102
+
|Size| Leave the default of **/24(256 addresses)**. |
0 commit comments