-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Related command
We want a new parameter called --extended-location for below command.
az network firewall create -g MyResourceGroup -n MyFirewall --extended-location losangeles
Is your feature request related to a problem? Please describe.
Azure Firewall now accepts extendedlocation that needs to be passed.
Describe the solution you'd like
A user can now create an azure firewall in extended location and we want cli to support it.
Describe alternatives you've considered
Additional context
This is about edge zones.
Requesting to add a new optional parameter for extended locations
Microsoft.Network
Body:
{
"parameters": {
"api-version": "2024-05-01",
"subscriptionId": "ffc37441-49e9-4291-a520-0b2d4972bb99",
"resourceGroupName": "kjillafirewall",
"azureFirewallName": "azurefirewall",
"extendedLocation": {
"type": "EdgeZone",
"name": "microsoftrrezm1"
},
}
}