You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firewall/firewall-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,8 +156,8 @@ sections:
156
156
- The firewall's region [supports availability zones](../reliability/availability-zones-region-support.md).
157
157
- 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.
158
158
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
-
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
+
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:
0 commit comments