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-troubleshoot-health-event-logs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Critical - NoHealthyBackends: the frontend IP {FrontendIPAddress} is completely
61
61
```
62
62
63
63
### Troubleshooting steps
64
-
1.Refer to [Troubleshoot Azure Load Balancer health probe status](load-balancer-troubleshoot-health-probe-status.md) | for common reasons why your backend instances aren't responding to the configured health probes.
64
+
Refer to [Troubleshoot Azure Load Balancer health probe status](load-balancer-troubleshoot-health-probe-status.md) | for common reasons why your backend instances aren't responding to the configured health probes.
65
65
66
66
## HighSnatPortUsage event
67
67
This event indicates you're approaching SNAT port exhaustion on specific backend instances. You want to review your outbound connectivity architecture.
@@ -72,8 +72,8 @@ This event indicates you're approaching SNAT port exhaustion on specific backend
72
72
Warning - High SNAT Port Usage: Backend IP {BackendIPAddress} is utilizing more than 75% of SNAT ports allocated from frontend IP {FrontendIPAddress} and is at-risk for SNAT port exhaustion. To reduce the risk of SNAT exhaustion, please refer to aka.ms/lbhealth for more detailed event definitions and troubleshooting guidance.
73
73
```
74
74
### Troubleshooting steps
75
-
1. For more information about Azure’s common outbound connectivity options, see [Source Network Address Translation (SNAT) for outbound connections - Azure Load Balancer](./load-balancer-outbound-connections.md).
76
-
2. For production scenarios, we recommend using NAT Gateway for your outbound connectivity needs. NAT Gateway provides dynamic SNAT allocation, therefore reducing the risk of failed connections due to SNAT port exhaustion. For detailed steps on improving your outbound connectivity architecture, refer to the Troubleshooting steps section under the SnatPortExhaustion event section in this article.
75
+
- For more information about Azure’s common outbound connectivity options, see [Source Network Address Translation (SNAT) for outbound connections - Azure Load Balancer](./load-balancer-outbound-connections.md).
76
+
- For production scenarios, we recommend using NAT Gateway for your outbound connectivity needs. NAT Gateway provides dynamic SNAT allocation, therefore reducing the risk of failed connections due to SNAT port exhaustion. For detailed steps on improving your outbound connectivity architecture, refer to the Troubleshooting steps section under the SnatPortExhaustion event section in this article.
77
77
78
78
## SnatPortExhaustion event
79
79
This event indicates that all allocated SNAT ports are exhausted for one or more backend instances have exhausted.
0 commit comments