Skip to content

Commit b9e81a0

Browse files
authored
Merge pull request #31897 from thomast1906/patch-3
Update firewall-faq.md
2 parents e73bb89 + 1e4a3fc commit b9e81a0

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)