Skip to content

Commit eb5ab57

Browse files
authored
Merge pull request #106168 from asudbring/natvnetuiupd
Update Vnet ui create
2 parents 234fed3 + ee55f83 commit eb5ab57

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

articles/virtual-network/quickstart-create-nat-gateway-portal.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,24 @@ This quickstart shows you how to use Azure Virtual Network NAT service. You'll c
2727

2828
Sign in to the [Azure portal](https://portal.azure.com).
2929

30-
### Create a virtual network
30+
## Virtual network and parameters
3131

32-
Before you deploy a VM and can use your NAT gateway, we need to create the resource group and virtual network.
32+
Before you deploy a VM and can use your NAT gateway, we need to create the resource group and virtual network.
3333

34-
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.
34+
In this section you'll need to replace the following parameters in the steps with the information below:
3535

36-
2. In **Create virtual network**, enter or select this information:
36+
| Parameter | Value |
37+
|-----------------------------|----------------------|
38+
| **\<resource-group-name>** | myResourceGroupNAT |
39+
| **\<virtual-network-name>** | myVNet |
40+
| **\<region-name>** | East US 2 |
41+
| **\<IPv4 address space>** | 192.168.0.0\16 |
42+
| **\<subnet-name>** | mySubnet |
43+
| **\<subnet-address-range>** | 192.168.0.0\24 |
3744

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

50-
### Create a VM to use the NAT gateway
47+
## Create a VM to use the NAT gateway
5148

5249
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.
5350

0 commit comments

Comments
 (0)