Skip to content

Commit cdef1ad

Browse files
committed
updated nat with bastion include file
1 parent 13dfa17 commit cdef1ad

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
82.7 KB
Loading
157 KB
Loading

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: asudbring
66
ms.service: virtual-network
77
ms.topic: include
8-
ms.date: 06/20/2023
8+
ms.date: 07/29/2024
99
ms.author: allensu
1010
ms.custom: include file
1111
---
@@ -64,13 +64,13 @@ The following procedure creates a virtual network with a resource subnet, an Azu
6464
| Resource group | Select **test-rg**. |
6565
| **Instance details** | |
6666
| Name | Enter **vnet-1**. |
67-
| Region | Select **East US 2**. |
67+
| Region | Select **(US) East US 2**. |
6868

6969
:::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.":::
7070

7171
1. Select **Next** to proceed to the **Security** tab.
7272

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.
7474

7575
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)
7676

@@ -82,7 +82,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
8282
| Setting | Value |
8383
|---|---|
8484
| 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**. |
8686

8787
:::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.":::
8888

@@ -94,11 +94,12 @@ The following procedure creates a virtual network with a resource subnet, an Azu
9494

9595
| Setting | Value |
9696
|---|---|
97-
| **Subnet details** | |
98-
| Subnet template | Leave the default **Default**. |
97+
| Subnet purpose | Leave the default **Default**. |
9998
| Name | Enter **subnet-1**. |
99+
| **IPv4** | |
100+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
100101
| 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)**. |
102103
| **Security** | |
103104
| NAT gateway | Select **nat-gateway**. |
104105

0 commit comments

Comments
 (0)