Skip to content

Commit fcd9139

Browse files
authored
Update firewall-structured-logs.md
Fix typo for `RegistrationState` property in the cmdlet `Get-AzProviderFeature`
1 parent 1a63ca4 commit fcd9139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/firewall/firewall-structured-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
6363
```
6464

6565
> [!NOTE]
66-
> It can take several minutes for this to take effect. Run the following Azure PowerShell command to see the `ResistratonState`:
66+
> It can take several minutes for this to take effect. Run the following Azure PowerShell command to see the `RegistrationState`:
6767
>
6868
> `Get-AzProviderFeature -FeatureName "AFWEnableStructuredLogs" -ProviderNamespace "Microsoft.Network"`
6969
>
70-
>When the `ResistratonState` is *Registered*, consider performing an update on Azure Firewall for the change to take effect immediately.
70+
>When the `RegistrationState` is *Registered*, consider performing an update on Azure Firewall for the change to take effect immediately.
7171
7272

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

0 commit comments

Comments
 (0)