Skip to content

Commit fea0871

Browse files
committed
acrolinx and images
1 parent 04862ef commit fea0871

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed
1.71 KB
Loading
476 Bytes
Loading

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

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description: In this quickstart, you learn how to use the Azure portal to create
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 02/28/2024
8+
ms.date: 02/29/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, mode-ui
1212
---
1313

1414
# Quickstart: Direct web traffic with Azure Application Gateway - Azure portal
1515

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

1818
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
1919

@@ -23,7 +23,7 @@ You can also complete this quickstart using [Azure PowerShell](quick-create-powe
2323

2424
## Prerequisites
2525

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).
2727

2828
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
2929

@@ -53,7 +53,7 @@ Create the application gateway using the tabs on the **Create application gatewa
5353

5454
- **Name**: Enter *myVNet* for the name of the virtual network.
5555

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

5858
![Screenshot of create new application gateway: virtual network.](./media/application-gateway-create-gateway-portal/application-gateway-create-vnet.png)
5959

@@ -116,7 +116,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
116116

117117
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
118118

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

121121
![Screenshot of create new application gateway: backend setting](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png)
122122

@@ -202,25 +202,20 @@ In this example, you install IIS on the virtual machines to verify Azure created
202202
-Location EastUS
203203
```
204204
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.
206206
207207
### Add backend servers to backend pool
208208
209209
1. On the Azure portal menu, select **All resources** or search for and select *All resources*. Then select **myAppGateway**.
210-
211210
2. Select **Backend pools** from the left menu.
212-
213211
3. Select **myBackendPool**.
214-
215212
4. Under **Backend targets**, **Target type**, select **Virtual machine** from the drop-down list.
216-
217213
5. Under **Target**, select the **myVM** and **myVM2** virtual machines and their associated network interfaces from the drop-down lists.
218214
219215
> [!div class="mx-imgBorder"]
220216
> ![Add backend servers](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
221217
222218
6. Select **Save**.
223-
224219
7. Wait for the deployment to complete before proceeding to the next step.
225220
226221
## Test the application gateway
@@ -246,7 +241,7 @@ To delete the resource group:
246241
1. On the Azure portal menu, select **Resource groups** or search for and select *Resource groups*.
247242
2. On the **Resource groups** page, search for **myResourceGroupAG** in the list, then select it.
248243
3. On the **Resource group page**, select **Delete resource group**.
249-
4. Enter *myResourceGroupAG* under **TYPE THE RESOURCE GROUP NAME** and then select **Delete**
244+
4. Enter *myResourceGroupAG* under **TYPE THE RESOURCE GROUP NAME** and then select **Delete**.
250245
251246
## Next steps
252247

0 commit comments

Comments
 (0)