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/application-gateway/quick-create-portal.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: application-gateway
6
6
author: vhorne
7
7
ms.service: application-gateway
8
8
ms.topic: quickstart
9
-
ms.date: 03/05/2020
9
+
ms.date: 03/09/2020
10
10
ms.author: victorh
11
11
ms.custom: mvc
12
12
---
@@ -114,7 +114,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
114
114
115
115
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
116
116
117
-
5. For the **HTTP setting**, select **Create new** to create a new HTTP setting. The HTTP setting will determine the behavior of the routing rule. In the **Add an HTTP setting** window that opens, enter *myHTTPSetting* for the **HTTP setting name**. Accept the default values for the other settings in the **Add an HTTP setting** window, then select **Add** to return to the **Add a routing rule** window.
117
+
5. For the **HTTP setting**, select **Create new** to create a new HTTP setting. The HTTP setting will determine the behavior of the routing rule. In the **Add an HTTP setting** window that opens, enter *myHTTPSetting* for the **HTTP setting name** and *80* for the **Backend port**. Accept the default values for the other settings in the **Add an HTTP setting** window, then select **Add** to return to the **Add a routing rule** window.
118
118
119
119

120
120
@@ -141,13 +141,14 @@ To do this, you'll:
141
141
### Create a virtual machine
142
142
143
143
1. On the Azure portal menu or from the **Home** page, select **Create a resource**. The **New** window appears.
144
-
2. Select **Compute** and then select **Windows Server 2016 Datacenter** in the **Popular** list. The **Create a virtual machine** page appears.<br>Application Gateway can route traffic to any type of virtual machine used in its backend pool. In this example, you use a Windows Server 2016 Datacenter.
144
+
2. Select **Windows Server 2016 Datacenter** in the **Popular** list. The **Create a virtual machine** page appears.<br>Application Gateway can route traffic to any type of virtual machine used in its backend pool. In this example, you use a Windows Server 2016 Datacenter.
145
145
3. Enter these values in the **Basics** tab for the following virtual machine settings:
146
146
147
147
-**Resource group**: Select **myResourceGroupAG** for the resource group name.
148
148
-**Virtual machine name**: Enter *myVM* for the name of the virtual machine.
149
+
-**Region**: Select the same region where you created the application gateway.
149
150
-**Username**: Type *azureuser* for the administrator user name.
150
-
-**Password**: Type the password.
151
+
-**Password**: Type a password.
151
152
4. Accept the other defaults and then select **Next: Disks**.
152
153
5. Accept the **Disks** tab defaults and then select **Next: Networking**.
153
154
6. On the **Networking** tab, verify that **myVNet** is selected for the **Virtual network** and the **Subnet** is set to **myBackendSubnet**. Accept the other defaults and then select **Next: Management**.<br>Application Gateway can communicate with instances outside of the virtual network that it is in, but you need to ensure there's IP connectivity.
@@ -163,7 +164,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
2. Run the following command to install IIS on the virtual machine:
167
+
2. Run the following command to install IIS on the virtual machine. Change the *Location* parameter if necessary:
167
168
168
169
```azurepowershell-interactive
169
170
Set-AzVMExtension `
@@ -187,26 +188,30 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
187
188
188
189
3. Select **myBackendPool**.
189
190
190
-
4. Under **Targets**, select **Virtual machine** from the drop-down list.
191
+
4. Under **Backend targets**, **Target type**, select **Virtual machine** from the drop-down list.
191
192
192
-
5. Under **VIRTUAL MACHINE** and **NETWORK INTERFACES**, select the **myVM** and **myVM2** virtual machines and their associated network interfaces from the drop-down lists.
193
+
5. Under **Target**, select the **myVM** and **myVM2** virtual machines and their associated network interfaces from the drop-down lists.
7. Wait for the deployment to complete before proceeding to the next step.
199
202
200
203
## Test the application gateway
201
204
202
-
Although IIS isn't required to create the application gateway, you installed it in this quickstart to verify whether Azure successfully created the application gateway. Use IIS to test the application gateway:
205
+
Although IIS isn't required to create the application gateway, you installed it in this quickstart to verify if Azure successfully created the application gateway. Use IIS to test the application gateway:
203
206
204
207
1. Find the public IP address for the application gateway on its **Overview** page. Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
205
-
2. Copy the public IP address, and then paste it into the address bar of your browser.
208
+
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
206
209
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.
Refresh the browser multiple times and you should see connections to both myVM and myVM2.
214
+
210
215
## Clean up resources
211
216
212
217
When you no longer need the resources that you created with the application gateway, delete the resource group. When you delete the resource group, you also remove the application gateway and all the related resources.
0 commit comments