Skip to content

Commit ce353ec

Browse files
Merge pull request #236099 from vhorne/fw-structured-logs
update note
2 parents 4ee9db9 + 4a12762 commit ce353ec

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/firewall/firewall-structured-logs.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ By default, the new resource specific tables are disabled.
5454

5555
Run the following Azure PowerShell commands to enable Azure Firewall Structured logs:
5656

57-
> [!NOTE]
58-
> It can take several minutes for this to take effect. Consider performing an update on Azure Firewall for the change to take effect immediately.
5957

6058
```azurepowershell
6159
Connect-AzAccount
@@ -64,7 +62,15 @@ Register-AzProviderFeature -FeatureName AFWEnableStructuredLogs -ProviderNamespa
6462
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
6563
```
6664

67-
Run the following Azure PowerShell command to turn off this feature:
65+
> [!NOTE]
66+
> It can take several minutes for this to take effect. Run the following Azure PowerShell command to see the `ResistratonState`:
67+
>
68+
> `Get-AzProviderFeature -FeatureName "AFWEnableStructuredLogs" -ProviderNamespace "Microsoft.Network"`
69+
>
70+
>When the `ResistratonState` is *Registered*, consider performing an update on Azure Firewall for the change to take effect immediately.
71+
72+
73+
Run the following Azure PowerShell command to turn this feature off:
6874

6975
```azurepowershell
7076
Unregister-AzProviderFeature -FeatureName AFWEnableStructuredLogs -ProviderNamespace Microsoft.Network

0 commit comments

Comments
 (0)