Skip to content

Commit f17703e

Browse files
committed
revert all changes
1 parent 314822b commit f17703e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 05/12/2025
8+
ms.date: 5/9/2025
99
ms.author: greglin
1010
---
1111

@@ -78,8 +78,6 @@ EOF
7878

7979
Session affinity can be defined in an [IngressExtension](api-specification-kubernetes.md#alb.networking.azure.io/v1.IngressExtensionSpec) resource. You must specify `sessionAffinity` with an `affinityType` of either `application-cookie` or `managed-cookie`. In this example, we use `application-cookie` as the affinityType and explicitly define a cookie name and lifetime.
8080

81-
In the following example, the "echo" service simply echoes back the requests it receives. This service is used to demonstrate how to configure and test Ingress resources.
82-
8381
Example command to create a new IngressExtension with a defined cookie called `nomnom` with a lifetime of 3,600 seconds (1 hour).
8482

8583
```bash

0 commit comments

Comments
 (0)