Skip to content

Commit e20f0a1

Browse files
Merge pull request #300565 from Akhilesh-microsoft/ACA/sticky_sessions
[ACA-431204: sticky_sessions: Freshness pass
2 parents 8b8cf96 + 0023141 commit e20f0a1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/container-apps/sticky-sessions.md

Lines changed: 10 additions & 4 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: 03/28/2023
8+
ms.date: 05/29/2025
99
ms.author: cshoe
1010
zone_pivot_groups: arm-portal
1111
---
@@ -51,15 +51,21 @@ Session affinity is configured by setting the `affinity` property in the `ingres
5151

5252
You can enable session affinity when you create your container app via the Azure portal. To enable session affinity:
5353

54-
1. On the **Create Container App** page, select the **App settings** tab.
55-
1. In the **Application ingress settings** section, select **Enabled** for the **Session affinity** setting.
54+
1. Start at the Azure portal home page, search for **Container Apps** in the top search bar.
5655

56+
1. Select **Container Apps** in the search results and select the **Create** button.
57+
58+
1. In the *Basics* and *Container* tabs, provide all required values in each section, and then select the **Ingress** tab.
59+
60+
1. In the *Application ingress settings* section, set *Ingress* to **Enabled**. Once enabled, the *Session affinity* setting becomes available.
61+
62+
1. For *Session affinity* select **Enabled**.
5763

5864
:::image type="content" source="media/ingress/screenshot-session-affinity.png" alt-text="Screenshot of the session affinity setting in Create Container App page.":::
5965

6066
You can also enable or disable session affinity after your container app is created. To enable session affinity:
6167

62-
1. Go to your app in the portal.
68+
1. Go to your app in the portal.
6369
1. Select **Ingress**.
6470
1. You can enable or disable **Session affinity** by selecting or deselecting **Enabled**.
6571
1. Select **Save**.

0 commit comments

Comments
 (0)