Skip to content

Commit 46e073a

Browse files
authored
Merge pull request #106172 from asudbring/natvnetuiupd
Updated vnet create ui
2 parents d97abd1 + 7150536 commit 46e073a

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

articles/virtual-network/tutorial-create-validate-nat-gateway-portal.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,24 @@ Sign in to the [Azure portal](https://portal.azure.com).
3131

3232
We'll guide you through configuration of a full test environment and the execution of the tests itself in the next steps. We'll start with the source, which will use the NAT gateway resource we create in later steps.
3333

34-
### Create a virtual network
34+
## Virtual network and parameters
3535

3636
Before you deploy a VM and can use your NAT gateway, we need to create the resource group and virtual network.
3737

38-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**, or search for **Virtual Network** in the Marketplace search.
38+
In this section you'll need to replace the following parameters in the steps with the information below:
3939

40-
2. In **Create virtual network**, enter or select this information:
40+
| Parameter | Value |
41+
|-----------------------------|----------------------|
42+
| **\<resource-group-name>** | myResourceGroupNAT |
43+
| **\<virtual-network-name>** | myVNetsource |
44+
| **\<region-name>** | East US 2 |
45+
| **\<IPv4 address space>** | 192.168.0.0\16 |
46+
| **\<subnet-name>** | mySubnetsource |
47+
| **\<subnet-address-range>** | 192.168.0.0\24 |
4148

42-
| Setting | Value |
43-
| ------- | ----- |
44-
| Name | Enter **myVNetsource**. |
45-
| Address space | Enter **192.168.0.0/16**. |
46-
| Subscription | Select your subscription.|
47-
| Resource group | Select create new - **myResourceGroupNAT**. |
48-
| Location | Select **East US 2**.|
49-
| Subnet - Name | Enter **mySubnetsource**. |
50-
| Subnet - Address range | Enter **192.168.0.0/24**. |
51-
52-
3. Leave the rest of the defaults and select **Create**.
49+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
5350

54-
### Create source virtual machine
51+
## Create source virtual machine
5552

5653
We'll now create a VM to use the NAT service. This VM has a public IP to use as an instance-level Public IP to allow you to access the VM. NAT service is flow direction aware and will replace the default Internet destination in your subnet. The VM's public IP address won't be used for outbound connections.
5754

@@ -156,25 +153,25 @@ All outbound traffic to Internet destinations is now using the NAT service. It
156153

157154
We'll now create a destination for the outbound traffic translated by the NAT service to allow you to test it.
158155

159-
### Configure virtual network for destination
156+
157+
## Virtual network and parameters for destination
160158

161159
Before you deploy a VM for the destination, we need to create a virtual network where the destination virtual machine can reside. The following are the same steps as for the source VM with some small changes to expose the destination endpoint.
162160

163-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
161+
In this section you'll need to replace the following parameters in the steps with the information below:
164162

165-
2. In **Create virtual network**, enter or select this information:
163+
| Parameter | Value |
164+
|-----------------------------|----------------------|
165+
| **\<resource-group-name>** | myResourceGroupNAT |
166+
| **\<virtual-network-name>** | myVNetdestination |
167+
| **\<region-name>** | East US 2 |
168+
| **\<IPv4 address space>** | 192.168.0.0\16 |
169+
| **\<subnet-name>** | mySubnetdestination |
170+
| **\<subnet-address-range>** | 192.168.0.0\24 |
166171

167-
| Setting | Value |
168-
| ------- | ----- |
169-
| Name | Enter **myVNetdestination**. |
170-
| Address space | Enter **192.168.0.0/16**. |
171-
| Subscription | Select your subscription.|
172-
| Resource group | Select create new - **myResourceGroupNAT**. |
173-
| Location | Select **East US 2**.|
174-
| Subnet - Name | Enter **mySubnetdestination**. |
175-
| Subnet - Address range | Enter **192.168.0.0/24**. |
172+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
176173

177-
### Create destination virtual machine
174+
## Create destination virtual machine
178175

179176
1. On the upper-left side of the portal, select **Create a resource** > **Compute** > **Ubuntu Server 18.04 LTS**, or search for **Ubuntu Server 18.04 LTS** in the Marketplace search.
180177

0 commit comments

Comments
 (0)