Skip to content

Commit b4bbce0

Browse files
committed
update tutorial
1 parent 8916800 commit b4bbce0

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

articles/application-gateway/create-url-route-portal.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: tutorial
8-
ms.date: 09/03/2024
8+
ms.date: 02/05/2025
99
ms.author: greglin
1010
#Customer intent: As an IT administrator, I want to use the Azure portal to set up an application gateway so I can route my app traffic based on path-based routing rules.
1111
---
@@ -25,15 +25,12 @@ In this article, you learn how to:
2525
2626
:::image type="content" source="./media/application-gateway-create-url-route-portal/scenario.png" alt-text="Diagram of application gateway URL routing example." lightbox="./media/application-gateway-create-url-route-portal/scenario.png":::
2727

28-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
29-
3028
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3129

3230
## Prerequisites
3331

3432
- An Azure subscription
3533

36-
3734
## Create virtual machines
3835

3936
In this example, you create three virtual machines to be used as backend servers for the application gateway. You also install IIS on the virtual machines to verify that the application gateway works as expected.
@@ -159,18 +156,19 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
159156
160157
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
161158
162-
5. For the **HTTP setting**, select **Add new** to create a new HTTP setting. The HTTP setting will determine the behavior of the routing rule.
159+
5. For the **Backend settings**, select **Add new** to create a new HTTP setting. The HTTP setting will determine the behavior of the routing rule.
163160
164-
6. 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.
161+
6. In the **Add Backend setting** window that opens, enter *myHTTPSetting* for the **Backend settings name**. 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.
165162
7. Under **Path-based routing**, select **Add multiple targets to create a path-based rule**.
166-
8. For **Path**, type */images/*\*.
167-
9. For **Target name**, type *Images*.
168-
10. For **HTTP setting**, select **myHTTPSetting**
169-
11. For **Backend target**, select **Images**.
170-
12. Select **Add** to save the path rule and return to the **Add a routing rule** tab.
171-
13. Repeat to add another rule for Video.
172-
14. Select **Add** to add the routing rule and return to the **Configuration** tab.
173-
15. Select **Next: Tags** and then **Next: Review + create**.
163+
1. Under **Path based rules**, select **Add multiple targets to create a path-based rule**.
164+
1. For **Path**, type */images/*\*.
165+
1. For **Target name**, type *Images*.
166+
1. For **Backend settings**, select **myHTTPSetting**
167+
1. For **Backend target**, select **myBackendPool**.
168+
1. Select **Add** to save the path rule and return to the **Add a routing rule** tab.
169+
1. Repeat to add another rule for Video.
170+
1. Select **Add** to add the routing rule and return to the **Configuration** tab.
171+
1. Select **Next: Tags** and then **Next: Review + create**.
174172
175173
> [!NOTE]
176174
> You do not need to add a custom */** path rule to handle default cases. This is automatically handled by the default backend pool.
Loading
-13 KB
Loading

0 commit comments

Comments
 (0)