We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b05ced8 + 5e45bb6 commit cc5b7f6Copy full SHA for cc5b7f6
articles/firewall/enable-top-ten-and-flow-trace.md
@@ -31,7 +31,7 @@ Enable the log using the following Azure PowerShell commands:
31
32
```azurepowershell
33
Set-AzContext -SubscriptionName <SubscriptionName>
34
-$firewall = Get-AzFirewall- ResourceGroupName <ResourceGroupName> -Name <FirewallName>
+$firewall = Get-AzFirewall -ResourceGroupName <ResourceGroupName> -Name <FirewallName>
35
$firewall.EnableFatFlowLogging = $true
36
Set-AzFirewall -AzureFirewall $firewall
37
```
0 commit comments