14 - Change Firewall SKU
The full scenarios default to Azure Firewall Premium SKU, which supports features like HTTPS inspection for zero trust networking. You can change the SKU to Standard or Basic if needed.
WarningDowngrading from Premium to Standard removes TLS inspection (HTTPS inspection), IDPS (signature-based intrusion detection and prevention), and URL filtering for full URL path matching. These are key capabilities for zero trust networking.
WarningDowngrading from Standard to Basic additionally removes DNS proxy support. Without DNS proxy, Azure Firewall cannot act as the DNS intermediary for spoke virtual networks, which means centralized Private DNS zone resolution via Azure Firewall will not work. If you use the Basic SKU, Private DNS zones should be managed directly in spoke subscriptions instead.
The steps to follow are:
- Update each firewall SKU in the
custom_replacements>namesblock setting.Setting Type Parent block(s) Key Action Count Notes line custom_replacements>names<region>_firewall_sku_tierUpdate the value to "Basic","Standard", or"Premium"1+ <region>is the relevant region (e.g. primary or secondary). There will be two instances for a multi-region deployment
