Skip to content

Commit 7ccfade

Browse files
Merge pull request #302139 from JackStromberg/patch-5
s
2 parents ad5b4cc + 7bd00a9 commit 7ccfade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/for-containers/session-affinity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 5/12/2025
8+
ms.date: 7/2/2025
99
ms.author: mbender
1010
# Customer intent: As a cloud administrator, I want to configure session affinity in the application gateway for my containers, so that I can ensure user requests are consistently routed to the same server for improved data management and application performance.
1111
---
@@ -71,7 +71,7 @@ spec:
7171
sessionAffinity:
7272
affinityType: "application-cookie"
7373
cookieName: "nomnom"
74-
cookieDuration: 3600
74+
cookieDuration: 3600s
7575
EOF
7676
```
7777

@@ -94,7 +94,7 @@ spec:
9494
sessionAffinity:
9595
affinityType: "application-cookie"
9696
cookieName: "nomnom"
97-
cookieDuration: 3600
97+
cookieDuration: 3600s
9898
EOF
9999
```
100100

0 commit comments

Comments
 (0)