-
Couldn't load subscription status.
- Fork 4.1k
Description
Description of the new feature
Azure firewalls can be now be created in extended locations. We want to add a new parameter for create az firewall called -EdgeZone. Similar work was done for creation of VnetGateway.
76c8995#diff-9606f2b8dedf7c8abac43163cdf9762d40cf1f1e4f25229a07e76180a71494df
Proposed implementation details (optional)
New-AzFirewall -Name
-ResourceGroupName
-Location
-VirtualNetwork
-PublicIpAddress
-EdgeZone
When -EdgeZone is specified, you CANNOT use -Zone (availability zones)
Edge zone deployments do not support availability zones
Attempting to use both will throw an [ArgumentException]
✅ Prerequisites:
Virtual Network must be created in the edge zone
Public IP Address must be created in the same edge zone
Location must support the edge zone (e.g., eastus2euap for microsoftrrezm1)