Skip to content

Commit 57cd058

Browse files
docs: resolve UUF #502254 - update backend settings to match portal UI
Update the Application Gateway backend settings table to align with the current Azure portal options. Adds missing default settings (cookie-based affinity, connection draining, request timeout) and fixes the host name override instructions to match the portal flow. Co-authored-by: Copilot <[email protected]>
1 parent 8c74289 commit 57cd058

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 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: 02/26/2026
8+
ms.date: 03/27/2026
99
ms.author: cshoe
1010
---
1111

@@ -278,8 +278,10 @@ To connect the frontend and backend pool, perform the following steps:
278278
| Backend protocol | Select **HTTPS**. |
279279
| Backend port | Enter **443**. |
280280
| Use well known CA certificate | Select **Yes**. |
281-
| Override with new host name | Select **Yes**. |
282-
| Host name override | Select **Pick host name from backend target**. |
281+
| Cookie-based affinity | Leave as **Disable**. |
282+
| Connection draining | Leave as **Disable**. |
283+
| Request timeout (seconds) | Leave as the default. |
284+
| Override with new host name | Select **Yes**, then select **Pick host name from backend target**. |
283285
| Use custom probe | Select **No**. |
284286

285287
1. Select **Add** to add the backend settings.

0 commit comments

Comments
 (0)