You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-create-validate-nat-gateway-portal.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,22 @@ Sign in to the [Azure portal](https://portal.azure.com).
31
31
32
32
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.
33
33
34
-
### Create a virtual network
34
+
##Virtual network and parameters
35
35
36
36
Before you deploy a VM and can use your NAT gateway, we need to create the resource group and virtual network.
37
37
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:
39
39
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**. |
0 commit comments