Skip to content

Commit b79690f

Browse files
authored
Update load-balancer-outbound-rules-overview.md
1 parent 6b5ac70 commit b79690f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-balancer/load-balancer-outbound-rules-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Outbound rules allow you to control:
2929
- how [outbound SNAT ports](load-balancer-outbound-connections.md#snat) should be allocated.
3030
- which protocols to provide outbound translation for.
3131
- what duration to use for outbound connection idle timeout (4-120 minutes).
32-
- whether to send a TCP Reset on idle timeout (in Public Preview).
32+
- whether to send a TCP Reset on idle timeout
3333

3434
Outbound rules expand [scenario 2](load-balancer-outbound-connections.md#lb) in described in the [outbound connections](load-balancer-outbound-connections.md) article and the scenario precedence remains as-is.
3535

@@ -90,15 +90,15 @@ Use the following parameter to set the outbound idle timeout to 1 hour:
9090

9191
"idleTimeoutInMinutes": 60
9292

93-
### <a name="tcprst"></a> <a name="tcpreset"></a> Enable TCP Reset on idle timeout (Preview)
93+
### <a name="tcprst"></a> <a name="tcpreset"></a> Enable TCP Reset on idle timeout
9494

9595
The default behavior of Load Balancer is to drop the flow silently when the outbound idle timeout has been reached. With the enableTCPReset parameter, you can enable a more predictable application behavior and control whether to send bidirectional TCP Reset (TCP RST) at the time out of outbound idle timeout.
9696

9797
Use the following parameter to enable TCP Reset on an outbound rule:
9898

9999
"enableTcpReset": true
100100

101-
Review [TCP Reset on idle timeout (Preview)](https://aka.ms/lbtcpreset) for details including region availability.
101+
Review [TCP Reset on idle timeout](https://aka.ms/lbtcpreset) for details including region availability.
102102

103103
### <a name="proto"></a> Support both TCP and UDP transport protocols with a single rule
104104

0 commit comments

Comments
 (0)