Skip to content

Commit 1e4a3fc

Browse files
authored
Update firewall-faq.md
Just a typo.
1 parent 31588ba commit 1e4a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/firewall/firewall-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can use Azure PowerShell *deallocate* and *allocate* methods.
8282
For example:
8383

8484
```azurepowershell
85-
# Stop an exisitng firewall
85+
# Stop an existing firewall
8686
8787
$azfw = Get-AzFirewall -Name "FW Name" -ResourceGroupName "RG Name"
8888
$azfw.Deallocate()

0 commit comments

Comments
 (0)