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/container-apps/waf-app-gateway.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: how-to
8
-
ms.date: 11/21/2025
8
+
ms.date: 02/26/2026
9
9
ms.author: cshoe
10
10
---
11
11
@@ -265,8 +265,6 @@ To connect the frontend and backend pool, perform the following steps:
265
265
266
266
1. Select the **Backend targets** tab and enter the following values:
267
267
268
-
1. Toggle to the *Backend targets* tab and enter the following values:
269
-
270
268
| Setting | Action |
271
269
|---|---|
272
270
| Target type | Select **my-agw-backend-pool** that you created earlier. |
@@ -282,19 +280,13 @@ To connect the frontend and backend pool, perform the following steps:
282
280
| Use well known CA certificate | Select **Yes**. |
283
281
| Override with new host name | Select **Yes**. |
284
282
| Host name override | Select **Pick host name from backend target**. |
285
-
| Create custom probes | Select **No**. |
286
-
287
-
1. Under **Request Header Rewrite**, configure the following settings:
288
-
289
-
- Enable Request Header Rewrite: Select **Yes**.
290
-
- Add a request header:
291
-
- Header name: `X-Forwarded-Host`
292
-
- Value: `{http_req_host}`
293
-
294
-
This action ensures that the original `Host` header from the client request is preserved and accessible by the backend application.
283
+
| Use custom probe | Select **No**. |
295
284
296
285
1. Select **Add** to add the backend settings.
297
286
287
+
> [!NOTE]
288
+
> To preserve the original host header for redirects and SSO scenarios, configure an `X-Forwarded-Host` header rewrite after creating the Application Gateway. See [Preserve original host header for redirects and SSO](#preserve-original-host-header-for-redirects-and-sso) for details.
289
+
298
290
1. In the *Add a routing rule* window, select **Add** again.
0 commit comments