Skip to content

Commit f33a011

Browse files
authored
Merge pull request #186913 from vhorne/fw-preview
add Register-AzResourceProvider
2 parents 51b1712 + 9c4b39e commit f33a011

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/firewall/firewall-preview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall
55
author: vhorne
66
ms.service: firewall
77
ms.topic: conceptual
8-
ms.date: 01/27/2022
8+
ms.date: 01/31/2022
99
ms.author: victorh
1010
---
1111

@@ -47,7 +47,8 @@ Run the following Azure PowerShell commands to configure Azure Firewall network
4747
```azurepowershell
4848
Connect-AzAccount
4949
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
5152
```
5253

5354
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
7273
Connect-AzAccount
7374
Select-AzSubscription -Subscription "subscription_id or subscription_name"
7475
Register-AzProviderFeature -FeatureName AFWEnableAccelnet -ProviderNamespace Microsoft.Network
76+
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
7577
```
7678

7779
Run the following Azure PowerShell command to turn off this feature:

0 commit comments

Comments
 (0)