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
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ description: In this quickstart, you learn how to use the Azure portal to create
5
5
services: application-gateway
6
6
author: greg-lindsay
7
7
ms.author: greglin
8
-
ms.date: 02/28/2024
8
+
ms.date: 02/29/2024
9
9
ms.topic: quickstart
10
10
ms.service: application-gateway
11
11
ms.custom: mvc, mode-ui
12
12
---
13
13
14
14
# Quickstart: Direct web traffic with Azure Application Gateway - Azure portal
15
15
16
-
In this quickstart, you use the Azure portal to create an [Azure Application Gateway](overview.md) and test it to make sure it works correctly. You will assign listeners to ports, create rules, and add resources to a backend pool. For the sake of simplicity, a simple setup is used with a public frontend IP address, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines (VMs) in the backend pool.
16
+
In this quickstart, you use the Azure portal to create an [Azure Application Gateway](overview.md) and test it to make sure it works correctly. You assign listeners to ports, create rules, and add resources to a backend pool. For the sake of simplicity, a simple setup is used with a public frontend IP address, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines (VMs) in the backend pool.
17
17
18
18

19
19
@@ -23,7 +23,7 @@ You can also complete this quickstart using [Azure PowerShell](quick-create-powe
23
23
24
24
## Prerequisites
25
25
26
-
An Azure account with an active subscription is required. If you don't already have an account, you can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
+
An Azure account with an active subscription is required. If you don't already have an account, you can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
27
27
28
28
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
29
29
@@ -53,7 +53,7 @@ Create the application gateway using the tabs on the **Create application gatewa
53
53
54
54
-**Name**: Enter *myVNet* for the name of the virtual network.
55
55
56
-
-**Subnet name** (Application Gateway subnet): The **Subnets**grid will show a subnet named *default*. Change the name of this subnet to *myAGSubnet*.<br>The application gateway subnet can contain only application gateways. No other resources are allowed. The default IP address range provided is 10.0.0.0/24.
56
+
-**Subnet name** (Application Gateway subnet): The **Subnets**list shows a subnet named *default*. Change the name of this subnet to *myAGSubnet*.<br>The application gateway subnet can contain only application gateways. No other resources are allowed. The default IP address range provided is 10.0.0.0/24.
57
57
58
58

59
59
@@ -116,7 +116,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
116
116
117
117
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
118
118
119
-
5. For the **Backend setting**, select **Add new** to add a new Backend setting. The Backend setting will determine the behavior of the routing rule. In the **Add Backend setting** window that opens, enter *myBackendSetting* for the **Backend settings name** and *80* for the **Backend port**. Accept the default values for the other settings in the **Add Backend setting** window, then select **Add** to return to the **Add a routing rule** window.
119
+
5. For the **Backend setting**, select **Add new** to add a new Backend setting. The Backend setting determines the behavior of the routing rule. In the **Add Backend setting** window that opens, enter *myBackendSetting* for the **Backend settings name** and *80* for the **Backend port**. Accept the default values for the other settings in the **Add Backend setting** window, then select **Add** to return to the **Add a routing rule** window.
120
120
121
121

122
122
@@ -202,25 +202,20 @@ In this example, you install IIS on the virtual machines to verify Azure created
202
202
-Location EastUS
203
203
```
204
204
205
-
3. Create a second virtual machine and install IIS by using the steps that you previously completed. Use *myVM2* for the virtual machine name and for the **VMName** setting of the **Set-AzVMExtension** cmdlet.
205
+
3. Create a second virtual machine and install IIS by using the steps that you previously completed. Use *myVM2* for the virtual machine name and for the `VMName` setting of the **Set-AzVMExtension** cmdlet.
206
206
207
207
### Add backend servers to backend pool
208
208
209
209
1. On the Azure portal menu, select **All resources** or search for and select *All resources*. Then select **myAppGateway**.
210
-
211
210
2. Select **Backend pools** from the left menu.
212
-
213
211
3. Select **myBackendPool**.
214
-
215
212
4. Under **Backend targets**, **Target type**, select **Virtual machine** from the drop-down list.
216
-
217
213
5. Under **Target**, select the **myVM** and **myVM2** virtual machines and their associated network interfaces from the drop-down lists.
0 commit comments