Skip to content

Commit 5e45bb6

Browse files
(AzureCXP) fixed powershell command
resolves MicrosoftDocs/azure-docs#107644
1 parent 1e9cc4a commit 5e45bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/firewall/enable-top-ten-and-flow-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Enable the log using the following Azure PowerShell commands:
3131

3232
```azurepowershell
3333
Set-AzContext -SubscriptionName <SubscriptionName>
34-
$firewall = Get-AzFirewall- ResourceGroupName <ResourceGroupName> -Name <FirewallName>
34+
$firewall = Get-AzFirewall -ResourceGroupName <ResourceGroupName> -Name <FirewallName>
3535
$firewall.EnableFatFlowLogging = $true
3636
Set-AzFirewall -AzureFirewall $firewall
3737
```

0 commit comments

Comments
 (0)