Skip to content

Commit 97f8003

Browse files
authored
Merge pull request #106941 from vhorne/ag-quick
Update for new UI
2 parents 36be8d4 + ae47798 commit 97f8003

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed
16.6 KB
Loading

articles/application-gateway/quick-create-portal.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
88
ms.topic: quickstart
9-
ms.date: 03/05/2020
9+
ms.date: 03/09/2020
1010
ms.author: victorh
1111
ms.custom: mvc
1212
---
@@ -114,7 +114,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
114114

115115
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
116116

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.
118118

119119
![Create new application gateway: HTTP setting](./media/application-gateway-create-gateway-portal/application-gateway-create-httpsetting.png)
120120

@@ -141,13 +141,14 @@ To do this, you'll:
141141
### Create a virtual machine
142142

143143
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.
145145
3. Enter these values in the **Basics** tab for the following virtual machine settings:
146146

147147
- **Resource group**: Select **myResourceGroupAG** for the resource group name.
148148
- **Virtual machine name**: Enter *myVM* for the name of the virtual machine.
149+
- **Region**: Select the same region where you created the application gateway.
149150
- **Username**: Type *azureuser* for the administrator user name.
150-
- **Password**: Type the password.
151+
- **Password**: Type a password.
151152
4. Accept the other defaults and then select **Next: Disks**.
152153
5. Accept the **Disks** tab defaults and then select **Next: Networking**.
153154
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
163164

164165
![Install custom extension](./media/application-gateway-create-gateway-portal/application-gateway-extension.png)
165166

166-
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:
167168

168169
```azurepowershell-interactive
169170
Set-AzVMExtension `
@@ -187,26 +188,30 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
187188
188189
3. Select **myBackendPool**.
189190
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.
191192
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.
193194
194-
![Add backend servers](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
195+
196+
> [!div class="mx-imgBorder"]
197+
> ![Add backend servers](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
195198
196199
6. Select **Save**.
197200
198201
7. Wait for the deployment to complete before proceeding to the next step.
199202
200203
## Test the application gateway
201204
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:
203206
204207
1. Find the public IP address for the application gateway on its **Overview** page.![Record application gateway public IP address](./media/application-gateway-create-gateway-portal/application-gateway-record-ag-address.png) 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.
206209
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.
207210
208211
![Test application gateway](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
209212
213+
Refresh the browser multiple times and you should see connections to both myVM and myVM2.
214+
210215
## Clean up resources
211216
212217
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

Comments
 (0)