Skip to content

Commit 720d760

Browse files
committed
edited vnet ui update
1 parent 9d19932 commit 720d760

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this section you'll need to replace the following parameters in the steps wit
4848

4949
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
5050

51-
### Create source virtual machine
51+
## Create source virtual machine
5252

5353
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.
5454

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

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

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

158159
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.
159160

160-
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:
161162

162-
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 |
163171

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

174-
### Create destination virtual machine
174+
## Create destination virtual machine
175175

176176
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.
177177

0 commit comments

Comments
 (0)