Skip to content

Commit b37bc4f

Browse files
Merge pull request #312403 from craigshoemaker/uuf/502254
[Container Apps] Resolve UUF #502254 feedback for waf-app-gateway.md
2 parents bb334d7 + 2a0a0e1 commit b37bc4f

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

articles/container-apps/waf-app-gateway.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 11/21/2025
8+
ms.date: 02/26/2026
99
ms.author: cshoe
1010
---
1111

@@ -265,8 +265,6 @@ To connect the frontend and backend pool, perform the following steps:
265265

266266
1. Select the **Backend targets** tab and enter the following values:
267267

268-
1. Toggle to the *Backend targets* tab and enter the following values:
269-
270268
| Setting | Action |
271269
|---|---|
272270
| 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:
282280
| Use well known CA certificate | Select **Yes**. |
283281
| Override with new host name | Select **Yes**. |
284282
| 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**. |
295284

296285
1. Select **Add** to add the backend settings.
297286

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+
298290
1. In the *Add a routing rule* window, select **Add** again.
299291

300292
1. Select **Next: Tags**.

0 commit comments

Comments
 (0)