File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 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/27 /2022
8
+ ms.date : 01/31 /2022
9
9
ms.author : victorh
10
10
---
11
11
@@ -47,7 +47,8 @@ Run the following Azure PowerShell commands to configure Azure Firewall network
47
47
``` azurepowershell
48
48
Connect-AzAccount
49
49
Select-AzSubscription -Subscription "subscription_id or subscription_name"
50
- Register-AzProviderFeature -FeatureName AFWEnableNetworkRuleNameLogging -ProviderNamespace Microsoft.Network
50
+ Register-AzProviderFeature -FeatureName AFWEnableNetworkRuleNameLogging -ProviderNamespace Microsoft.Network
51
+ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
51
52
```
52
53
53
54
Run the following Azure PowerShell command to turn off this feature:
@@ -72,6 +73,7 @@ Run the following Azure PowerShell commands to configure the Azure Firewall Prem
72
73
Connect-AzAccount
73
74
Select-AzSubscription -Subscription "subscription_id or subscription_name"
74
75
Register-AzProviderFeature -FeatureName AFWEnableAccelnet -ProviderNamespace Microsoft.Network
76
+ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
75
77
```
76
78
77
79
Run the following Azure PowerShell command to turn off this feature:
You can’t perform that action at this time.
0 commit comments