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
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
7
ms.topic: conceptual
8
-
ms.date: 01/24/2022
8
+
ms.date: 07/08/2022
9
9
ms.author: victorh
10
10
---
11
11
@@ -30,33 +30,30 @@ Before deploying Azure Firewall, the performance needs to be tested and evaluate
30
30
31
31
## Performance data
32
32
33
-
The following set of performance results demonstrates the maximal Azure Firewall throughput in various use cases. All use cases were measured while Threat intelligence mode was set to alert/deny.
33
+
The following set of performance results demonstrates the maximal Azure Firewall throughput in various use cases. All use cases were measured while Threat intelligence mode was set to alert/deny. Azure Firewall Premium performance boost feature is enabled on all Azure Firewall premium deployments by default. This feature includes enabling Accelerated Networking on the underlying firewall virtual machines.
34
34
35
35
36
36
|Firewall type and use case |TCP/UDP bandwidth (Gbps) |HTTP/S bandwidth (Gbps) |
37
37
|---------|---------|---------|
38
38
|Standard |30|30|
39
-
|Premium (no TLS/IDPS) |30|30|
40
-
|Premium with TLS |-|30|
41
-
|Premium with IDS |30|30|
39
+
|Premium (no TLS/IDPS) |30|100|
40
+
|Premium with TLS |-|100|
41
+
|Premium with IDS |100|100|
42
42
|Premium with 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 Premium’s new performance boost functionality is now in public preview and provides you with the following enhancements to the overall firewall performance:
47
+
Azure Firewall also supports the following throughput for single connections:
48
48
49
49
50
-
|Firewall use case |Without performance boost (Gbps) |With performance boost (Gbps) |
51
-
|---------|---------|---------|
52
-
|Standard<br>Max bandwidth for single TCP connection |1.3|-|
53
-
|Premium<br>Max bandwidth for single TCP connection |2.6|9.5|
54
-
|Premium max bandwidth with TLS/IDS|30|100|
55
-
56
-
Performance values are calculated with Azure Firewall at full scale and with Premium performance boost enabled. Actual performance may vary depending on your rule complexity and network configuration. These metrics are updated periodically as performance continuously evolves with each release.
57
-
58
-
To enable the Azure Firewall Premium performance boost, see [Azure Firewall preview features](firewall-preview.md#azure-firewall-premium-performance-boost-preview).
50
+
|Firewall use case |Throughput (Gbps)|
51
+
|---------|---------|
52
+
|Standard<br>Max bandwidth for single TCP connection |1.3|
53
+
|Premium<br>Max bandwidth for single TCP connection |9.5|
54
+
|Premium max bandwidth with TLS/IDS|100|
59
55
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.
As more applications move to the cloud, the performance of the network elements can become a bottleneck. As the central piece of any network design, the firewall needs to support all the workloads. The Azure Firewall Premium performance boost feature allows more scalability for these deployments.
63
-
64
-
This feature significantly increases the throughput of Azure Firewall Premium. For more information, see [Azure Firewall performance](firewall-performance.md).
65
-
66
-
To enable the Azure Firewall Premium Performance boost feature, run the following commands in Azure PowerShell. Stop and start the firewall for the feature to take effect immediately. Otherwise, the firewall/s is updated with the feature within several days.
67
-
68
-
The Premium performance boost feature can be enabled on both the [hub virtual network](../firewall-manager/vhubs-and-vnets.md) firewall and the [secured virtual hub](../firewall-manager/vhubs-and-vnets.md) firewall. This feature has no effect on Standard Firewalls.
69
-
70
-
Run the following Azure PowerShell commands to configure the Azure Firewall Premium performance boost:
71
-
72
-
```azurepowershell
73
-
Connect-AzAccount
74
-
Select-AzSubscription -Subscription "subscription_id or subscription_name"
In Azure Firewall Premium IDPS, private IP address ranges are used to identify if traffic is inbound, outbound, or internal (East-West). Each signature is applied on specific traffic direction, as indicated in the signature rules table. By default, only ranges defined by IANA RFC 1918 are considered private IP addresses. So traffic sent from a private IP address range to a private IP address range is considered internal. To modify your private IP addresses, you can now easily edit, remove, or add ranges as needed.
0 commit comments