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
+25-28Lines changed: 25 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,27 +31,24 @@ 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:
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.
57
54
@@ -156,25 +153,25 @@ All outbound traffic to Internet destinations is now using the NAT service. It
156
153
157
154
We'll now create a destination for the outbound traffic translated by the NAT service to allow you to test it.
158
155
159
-
### Configure virtual network for destination
156
+
157
+
## Virtual network and parameters for destination
160
158
161
159
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.
162
160
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:
164
162
165
-
2. In **Create virtual network**, enter or select this information:
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.
0 commit comments