Skip to content

Commit 45b14a3

Browse files
author
Michael Bender
committed
acrolinx and freshness
1 parent 91dedf0 commit 45b14a3

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

articles/load-balancer/load-balancer-tcp-idle-timeout.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
99
ms.workload: infrastructure-services
10-
ms.date: 12/05/2022
10+
ms.date: 02/06/2024
1111
ms.author: mbender
1212
ms.custom: template-how-to
1313
---
1414

1515
# Configure TCP reset and idle timeout for Azure Load Balancer
1616

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.
2018

2119
The following sections describe how to change idle timeout and tcp reset settings for load balancer resources.
2220

@@ -27,26 +25,20 @@ The following sections describe how to change idle timeout and tcp reset setting
2725
To set the idle timeout and tcp reset for a load balancer, edit the load-balanced rule.
2826

2927
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**.
3032

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**.
38-
39-
:::image type="content" source="./media/load-balancer-tcp-idle-timeout/portal-lb-rules.png" alt-text="Edit load balancer rules." border="true" lightbox="./media/load-balancer-tcp-idle-timeout/portal-lb-rules.png":::
40-
41-
6. Select your load-balancing rule. In this example, the load-balancing rule is named **myLBrule**.
42-
43-
7. In the load-balancing rule, move the slider in **Idle timeout (minutes)** to your timeout value.
33+
:::image type="content" source="./media/load-balancer-tcp-idle-timeout/portal-lb-rules.png" alt-text="Edit load balancer rules." border="true" lightbox="./media/load-balancer-tcp-idle-timeout/portal-lb-rules.png":::
4434

45-
8. Under **TCP reset**, select **Enabled**.
35+
1. Select your load-balancing rule. In this example, the load-balancing rule is named **myLBrule**.
36+
1. In the load-balancing rule, move the slider in **Idle timeout (minutes)** to your timeout value.
37+
1. Under **TCP reset**, select **Enabled**.
4638

47-
:::image type="content" source="./media/load-balancer-tcp-idle-timeout/portal-lb-rules-tcp-reset.png" alt-text="Set idle timeout and tcp reset." border="true" lightbox="./media/load-balancer-tcp-idle-timeout/portal-lb-rules-tcp-reset.png":::
39+
:::image type="content" source="./media/load-balancer-tcp-idle-timeout/portal-lb-rules-tcp-reset.png" alt-text="Set idle timeout and tcp reset." border="true" lightbox="./media/load-balancer-tcp-idle-timeout/portal-lb-rules-tcp-reset.png":::
4840

49-
9. Select **Save**.
41+
1. Select **Save**.
5042

5143
# [**PowerShell**](#tab/tcp-reset-idle-powershell)
5244

0 commit comments

Comments
 (0)