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.
1 parent 1e9cc4a commit 5e45bb6Copy full SHA for 5e45bb6
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