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/firewall/firewall-performance.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,31 @@ The following set of performance results demonstrates the maximal Azure Firewall
37
37
|---------|---------|---------|
38
38
|Standard |30|30|
39
39
|Premium (no TLS/IDPS) |100|100|
40
-
|Premium with TLS |-|100|
41
-
|Premium with IDS |100|100|
42
-
|Premium with IPS |10|10|
40
+
|Premium with TLS (no IDS/IPS) |-|100|
41
+
|Premium with TLS and IDS |100|100|
42
+
|Premium with TLS and IPS |10|10|
43
43
44
44
> [!NOTE]
45
45
> IPS (Intrusion Prevention System) takes place when one or more signatures are configured to *Alert and Deny* mode.
46
46
47
-
Azure Firewall also supports the following throughput for single connections:
47
+
### Throughput for single connections
48
48
49
+
#### Full scale
50
+
|Firewall use case |Throughput (Gbps)|
51
+
|---------|---------|
52
+
|Standard<br>Max bandwidth for single TCP connection |up to 1.5 per VM|
53
+
|Premium<br>Max bandwidth for single TCP connection |up to 9 per VM|
54
+
|Premium single TCP connection with IDPS on *Alert and Deny* mode|up to 300 Mbps|
55
+
56
+
#### No auto-scale
49
57
50
58
|Firewall use case |Throughput (Gbps)|
51
59
|---------|---------|
52
-
|Standard<br>Max bandwidth for single TCP connection |2.5 - 3|
53
-
|Premium<br>Max bandwidth for single TCP connection |18 - 20|
60
+
|Standard<br>Max bandwidth for single TCP connection |up to 3 |
61
+
|Premium<br>Max bandwidth for single TCP connection |up to 18|
54
62
|Premium single TCP connection with IDPS on *Alert and Deny* mode|up to 300 Mbps|
55
63
56
-
Performance values are calculated with Azure Firewall at full scale. Actual performance may vary depending on your rule complexity and network configuration. These metrics are updated periodically as performance continuously evolves with each release.
64
+
Actual performance may vary depending on your rule complexity and network configuration. These metrics are updated periodically as performance continuously evolves with each release.
0 commit comments