Skip to content

Commit dbb0097

Browse files
Merge pull request #266031 from AbdullahBell/load-balancer-tcp-idle-freshness01
Load Balancer: Minor Update: Configure TCP reset and idle timeout for Azure Load Balancer
2 parents 0f6d34c + 1113bbb commit dbb0097

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.date: 02/06/2024
9+
ms.date: 02/12/2024
1010
ms.author: mbender
1111
ms.custom: template-how-to
1212
---
1313

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

16-
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.
16+
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.
1717

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

@@ -32,7 +32,7 @@ To set the idle timeout and tcp reset for a load balancer, edit the load-balance
3232
:::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":::
3333

3434
1. Select your load-balancing rule. In this example, the load-balancing rule is named **myLBrule**.
35-
1. In the load-balancing rule, move the slider in **Idle timeout (minutes)** to your timeout value.
35+
1. In the load-balancing rule, input your timeout value into **Idle timeout (minutes)**.
3636
1. Under **TCP reset**, select **Enabled**.
3737

3838
:::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":::
2 KB
Loading

0 commit comments

Comments
 (0)