Skip to content

Commit afb29a1

Browse files
committed
edited vnet ui update
1 parent eb5ab57 commit afb29a1

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,22 @@ 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:
41-
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**. |
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 |
5148

52-
3. Leave the rest of the defaults and select **Create**.
49+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
5350

5451
### Create source virtual machine
5552

0 commit comments

Comments
 (0)