Skip to content

Commit 63502e3

Browse files
committed
update for fw health state gh issue 43792
1 parent 8123849 commit 63502e3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/firewall/logs-and-metrics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,19 @@ The following metrics are available for Azure Firewall:
9898

9999
Unit: bytes
100100

101-
- **Firewall health state** - Indicates the health of the firewall.
101+
- **Firewall health state** - Indicates the health of the firewall based on SNAT port availability.
102102

103103
Unit: percent
104104

105105
This metric has two dimensions:
106-
- **Status**: Possible values are *Healthy*, *Degraded*, *Unhealthy*.
107-
- **Reason**: Indicates the reason for the corresponding status of the firewall. For example, it can indicate *SNAT ports* if the firewall status is Degraded or Unhealthy.
108-
106+
- Status: Possible values are *Healthy*, *Degraded*, *Unhealthy*.
107+
- Reason: Indicates the reason for the corresponding status of the firewall.
109108

109+
If SNAT ports are used > 95%, they are considered exhausted and the health is 50% with status=**Degraded** and reason=**SNAT port**. The firewall keeps processing traffic and existing connections are not affected. However, new connections may not be established intermittently.
110110

111+
If SNAT ports are used < 95%, then firewall is considered healthy and health is shown as 100%.
111112

113+
If no SNAT ports usage is reported, health is shown as 0%.
112114

113115
- **SNAT port utilization** - The percentage of SNAT ports that have been utilized by the firewall.
114116

0 commit comments

Comments
 (0)