Skip to content

Commit d480c4c

Browse files
committed
fix note
1 parent d4c61d0 commit d480c4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/sticky-sessions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Session stickiness is enforced using HTTP cookies. This feature is available in
1818

1919
If your app doesn't require session affinity, we recommend that you don't enable it. With session affinity disabled, ingress distributes requests more evenly across replicas improving the performance of your app.
2020

21-
> [!NOTE] Session affinity is only supported when your app is in [single revision mode](revisions.md#single-revision-mode) and the ingress type is HTTP.
21+
> [!NOTE]
22+
> Session affinity is only supported when your app is in [single revision mode](revisions.md#single-revision-mode) and the ingress type is HTTP.
2223
2324
## Configure session affinity
2425

0 commit comments

Comments
 (0)