Skip to content

Commit d1e4bf0

Browse files
authored
Fix punctuation in firewall FAQ instructions
1 parent 6da9c01 commit d1e4bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/firewall/firewall-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sections:
157157
- All attached public IP addresses are deployed with availability zones. In the properties page of each public IP address, ensure the **availability zones** field exists and is configured with the same zones you configured for the firewall.
158158
159159
Reconfiguring availability zones can only be done when you restart the firewall. First you need to deallocate the firewall (by using '$azfw.Deallocate()'), then change the zone configuration and then allocate the firewall (by using '$azfw.Allocate()').
160-
After you allocate the firewall, and right before starting the firewall with `Set-AzFirewall`, use the following Azure PowerShell to modify the firewall's **Zones** property:
160+
After you allocate the firewall, and right before starting the firewall with `Set-AzFirewall`, use the following Azure PowerShell to modify the firewall's **Zones** property.
161161
162162
```azurepowershell
163163
$azfw = Get-AzFirewall -Name "FW Name" -ResourceGroupName "RG Name"

0 commit comments

Comments
 (0)