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/create-url-route-portal.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: greg-lindsay
6
6
ms.service: azure-application-gateway
7
7
ms.topic: tutorial
8
-
ms.date: 09/03/2024
8
+
ms.date: 02/05/2025
9
9
ms.author: greglin
10
10
#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.
11
11
---
@@ -25,15 +25,12 @@ In this article, you learn how to:
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
31
29
32
30
## Prerequisites
33
31
34
32
- An Azure subscription
35
33
36
-
37
34
## Create virtual machines
38
35
39
36
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.
@@ -125,7 +122,7 @@ In this example, you create three virtual machines to be used as backend servers
125
122
126
123
### Backends tab
127
124
128
-
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multi-tenant backends like Azure App Service.
125
+
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multitenant backends like Azure App Service.
129
126
130
127
1. On the **Backends** tab, select **Add a backend pool**.
131
128
@@ -159,21 +156,22 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
159
156
160
157
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
161
158
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.
163
160
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.
165
162
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**.
174
172
175
173
> [!NOTE]
176
-
> You do not need to add a custom */** path rule to handle default cases. This is automatically handled by the default backend pool.
174
+
> You don't need to add a custom */** path rule to handle default cases. This is automatically handled by the default backend pool.
177
175
178
176
> [!NOTE]
179
177
> Wildcard delimiter **\*** is only honored at the end of the rule. For more information and supported path based rules examples, see [URL Path Based Routing overview](url-route-overview.md#pathpattern).
@@ -187,7 +185,7 @@ Review the settings on the **Review + create** tab, and then select **Create** t
187
185
188
186
1. Select **All resources**, and then select **myAppGateway**.
189
187
190
-

188
+
:::image type="content" source="./media/application-gateway-create-url-route-portal/application-gateway-record-ag-address.png" alt-text="Screenshot of record application gateway public IP address.":::
191
189
192
190
2. Copy the public IP address, and then paste it into the address bar of your browser. Such as, http:\//203.0.113.10:8080.
0 commit comments