Skip to content

Commit a964b45

Browse files
committed
remove table
1 parent 23e3292 commit a964b45

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/load-balancer/load-balancer-tcp-reset.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,7 @@ TCP keep-alive works for scenarios where battery life isn't a constraint. It isn
4848

4949
## Order of precedence
5050

51-
It is important to take into account how the idle timeout values set for different IPs could potentially interact. The chart below ranks the idle timeout priority (starting at 1 for highest) different methods of inbound/outbound. (For outbound specifically - this also aligns to the priority of the outbound method that will be used, i.e NAT Gateway before Public IP attached to backend pool node before a load balancer outbound rule.)
52-
53-
| Resource w/Idle Timeout Value | Inbound Priority | Outbound Priority|
54-
| --- | --- | --- |
55-
| Public IP (attached to load balancer frontend) | 1 | 4 |
56-
| Load Balancer Inbound Rule | 2 | N/A |
57-
| Load Balancer Outbound Rule | N/A | 3 |
58-
| Public IP (attached to backend pool node) | 3 | 2 |
59-
| NAT Gateway | N/A | 1 |
51+
It is important to take into account how the idle timeout values set for different IPs could potentially interact.
6052

6153
### Inbound
6254

0 commit comments

Comments
 (0)