Skip to content

Commit c15383d

Browse files
authored
Merge pull request #215102 from JackStromberg/patch-85
Adding http/2 idle timeout
2 parents 72171f6 + 06b6797 commit c15383d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: faq
9-
ms.date: 09/13/2022
9+
ms.date: 10/19/2022
1010
ms.author: greglin
1111
ms.custom: references_regions
1212
title: Frequently asked questions about Application Gateway
@@ -74,6 +74,8 @@ sections:
7474
$publicIP.IdleTimeoutInMinutes = "15"
7575
Set-AzPublicIpAddress -PublicIpAddress $publicIP
7676
```
77+
78+
For HTTP/2 connections to the frontend IP address on Application Gateway v2 SKU, the idle timeout is set to 180 seconds and is non-configurable.
7779
7880
- question: Can I rename my Application Gateway resource?
7981
answer: No. There is no way to rename an Application Gateway resource. You must create a new resource with a different name.

0 commit comments

Comments
 (0)