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/extended-zones/deploy-azure-firewall.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 03/27/2026
12
12
13
13
In this article, you learn how to deploy **Azure Firewall** in **Azure Extended Zones** using ARM templates. It provides setup instructions, including ARM template snippets and deployment validation steps.
14
14
15
-
Azure Firewall in Azure Extended Zones behaves the same as Azure Firewall in public Azure regions — same SKUs (Standard and Premium), Firewall Policy and rule collections, autoscaling, and availability. The difference is in the setup and deployment. The firewall and its associated resources are created with an `extendedLocation` property, which places them in the extended zone.
15
+
Azure Firewall in Azure Extended Zones behaves the same as Azure Firewall in global Azure regions — same SKUs (Standard and Premium), Firewall Policy and rule collections, autoscaling, and availability. The difference is in the setup and deployment. The firewall and its associated resources are created with an `extendedLocation` property, which places them in the extended zone.
16
16
17
17
> [!IMPORTANT]
18
18
> Do **not** create the **AzureFirewallSubnet** manually. It is created automatically by the Azure Firewall service during deployment.
@@ -46,7 +46,7 @@ Use the following ARM template snippets for your own deployments. All Azure Exte
46
46
}
47
47
```
48
48
49
-
### Create a Virtual network
49
+
### Create a virtual network
50
50
51
51
With the virtual network, create workload subnets only.
52
52
> [!NOTE]
@@ -78,7 +78,7 @@ With the virtual network, create workload subnets only.
78
78
}
79
79
```
80
80
81
-
### Create a Standard public IP
81
+
### Create a standard public IP
82
82
83
83
The IP should be Standard SKU with Static allocation method.
84
84
@@ -99,7 +99,7 @@ The IP should be Standard SKU with Static allocation method.
99
99
}
100
100
```
101
101
102
-
### Create an Azure Firewall
102
+
### Create Azure Firewall
103
103
104
104
Firewall SKU can be either Standard or Premium, depending on your needs. Make sure to associate the public IP created in the previous step, and to attach the Firewall Policy (if applicable) correctly in the ARM template.
0 commit comments