You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-tcp-idle-timeout.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,14 @@ author: mbender-ms
7
7
ms.service: load-balancer
8
8
ms.topic: how-to
9
9
ms.workload: infrastructure-services
10
-
ms.date: 12/05/2022
10
+
ms.date: 02/06/2024
11
11
ms.author: mbender
12
12
ms.custom: template-how-to
13
13
---
14
14
15
15
# Configure TCP reset and idle timeout for Azure Load Balancer
16
16
17
-
Azure Load Balancer has a 4 minutes to 100 minutes timeout range for Load Balancer rules, Outbound Rules, and Inbound NAT rules.
18
-
19
-
By default, it's set to 4 minutes. If a period of inactivity is longer than the timeout value, there's no guarantee that the TCP or HTTP session is maintained between the client and your service.
17
+
Azure Load Balancer rules have a default timeout range of 4 minutes to 100 minutes for Load Balancer rules, Outbound Rules, and Inbound NAT rules.The default setting is 4 minutes. If a period of inactivity is longer than the timeout value, there's no guarantee that the TCP or HTTP session is maintained between the client and your service.
20
18
21
19
The following sections describe how to change idle timeout and tcp reset settings for load balancer resources.
22
20
@@ -27,26 +25,20 @@ The following sections describe how to change idle timeout and tcp reset setting
27
25
To set the idle timeout and tcp reset for a load balancer, edit the load-balanced rule.
28
26
29
27
1. Sign in to the [Azure portal](https://portal.azure.com).
28
+
1. In the left-hand menu, select **Resource groups**.
29
+
1. Select the resource group for your load balancer. In this example, the resource group is named **myResourceGroup**.
30
+
1. Select your load balancer. In this example, the load balancer is named **myLoadBalancer**.
31
+
1. In **Settings**, select **Load balancing rules**.
30
32
31
-
2. In the left-hand menu, select **Resource groups**.
32
-
33
-
3. Select the resource group for your load balancer. In this example, the resource group is named **myResourceGroup**.
34
-
35
-
4. Select your load balancer. In this example, the load balancer is named **myLoadBalancer**.
36
-
37
-
5. In **Settings**, select **Load balancing rules**.
0 commit comments