Skip to content

Commit f0fb490

Browse files
authored
Merge pull request #293185 from ZarrVenkat/firewalfaqupdate
Update firewall-faq.yml
2 parents 8d7feab + 22d9c57 commit f0fb490

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/firewall/firewall-faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ sections:
156156
- The firewall's region [supports availability zones](../reliability/availability-zones-region-support.md).
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
159-
Reconfiguring availability zones can only be done when you restart the firewall. 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:
159+
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+
161+
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:
160162
161163
```azurepowershell
162164
$azfw = Get-AzFirewall -Name "FW Name" -ResourceGroupName "RG Name"

0 commit comments

Comments
 (0)