Skip to content

Commit 984707f

Browse files
authored
Merge pull request #299523 from JackStromberg/patch-513284
Consider idle timeout
2 parents 7804a54 + a55c718 commit 984707f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/application-gateway/for-containers/server-sent-events.md

Lines changed: 4 additions & 1 deletion
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: 5/9/2024
8+
ms.date: 5/8/2025
99
ms.author: greglin
1010
---
1111

@@ -64,3 +64,6 @@ spec:
6464
Server-sent events aren't supported using Ingress API.
6565
6666
---
67+
68+
>[!NOTE]
69+
>The idle timeout for Application Gateway for Containers is currently set to 5 minutes. If your application doesn't send or receive data within this period, consider sending a keep-alive request to prevent the connection from closing. You can implement this by prefixing a message with a colon `:` to act as a comment. For example, you may send the following message as a keep alive: `: keep-alive\n\n`

0 commit comments

Comments
 (0)