Skip to content

Commit a90bd19

Browse files
authored
Mark sticky sessions as preview
1 parent c8acea9 commit a90bd19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-apps/sticky-sessions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cshoe
1010
zone_pivot_groups: arm-portal
1111
---
1212

13-
# Session Affinity in Azure Container Apps
13+
# Session Affinity in Azure Container Apps (preview)
1414

1515
Session affinity, also known as sticky sessions, is a feature that allows you to route all requests from a client to the same replica. This feature is useful for stateful applications that require a consistent connection to the same replica.
1616

@@ -20,6 +20,8 @@ If your app doesn't require session affinity, we recommend that you don't enable
2020

2121
> [!NOTE]
2222
> Session affinity is only supported when your app is in [single revision mode](revisions.md#single-revision-mode) and the ingress type is HTTP.
23+
>
24+
> This feature is in public preview.
2325
2426
## Configure session affinity
2527

0 commit comments

Comments
 (0)