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-preview.md
+5-3Lines changed: 5 additions & 3 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: 01/27/2022
9
9
ms.author: victorh
10
10
---
11
11
@@ -23,8 +23,6 @@ As new features are released to preview, some of them will be behind a feature f
23
23
24
24
This article will be updated to reflect the features that are currently in preview with instructions to enable them. When the features move to General Availability (GA), they'll be available to all customers without the need to enable a feature flag.
25
25
26
-
Commands are run in Azure PowerShell to enable the features. For the feature to immediately take effect, an operation needs to be run on the firewall. This can be a rule change (least intrusive), a setting change, or a stop/start operation. Otherwise, the firewall/s is updated with the feature within several days.
27
-
28
26
## Preview features
29
27
30
28
The following features are available in preview.
@@ -42,6 +40,8 @@ Currently, a network rule hit event shows the following attributes in the logs:
42
40
- Rule collection
43
41
- Rule name
44
42
43
+
To enable the Network Rule name Logging feature, the following commands need to be run in Azure PowerShell. For the feature to immediately take effect, an operation needs to be run on the firewall. This can be a rule change (least intrusive), a setting change, or a stop/start operation. Otherwise, the firewall/s is updated with the feature within several days.
44
+
45
45
Run the following Azure PowerShell commands to configure Azure Firewall network rule name logging:
46
46
47
47
```azurepowershell
@@ -62,6 +62,8 @@ As more applications move to the cloud, the performance of the network elements
62
62
63
63
This feature significantly increases the throughput of Azure Firewall Premium. For more details, see [Azure Firewall performance](firewall-performance.md).
64
64
65
+
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 immediatately. Otherwise, the firewall/s is updated with the feature within several days.
66
+
65
67
Currently, the performance boost feature isn't recommended for SecureHub Firewalls. Refer back to this article for the latest updates as we work to change this recommendation. Also, this setting has no effect on Standard Firewalls.
66
68
67
69
Run the following Azure PowerShell commands to configure the Azure Firewall Premium performance boost:
0 commit comments