Microsoft Learn

Docs Training Certifications Learn TV

Azure Firewall

Last updated: October 26, 2023

Azure Firewall is a cloud-native network security service that protects your virtual network resources. It's a managed, cloud-based network security service that protects your Azure Virtual Network resources. Azure Firewall is a fully stateful firewall as a service (FWaaS) with built-in high availability and unrestricted cloud scalability.

Key Features

How Azure Firewall Works

Azure Firewall is deployed as a network virtual appliance (NVA) within a dedicated subnet in your virtual network. All network traffic from your virtual network subnets can be routed to the Azure Firewall using User Defined Routes (UDRs). The firewall then applies configured network and application rules to allow or deny traffic.

Deployment Considerations

Ensure that you deploy Azure Firewall in its own dedicated subnet named AzureFirewallSubnet. The address prefix for this subnet must be /26 or larger.

Rule Types

Azure Firewall supports three types of rules:

Best Practices

Always define a DenyAll rule at the lowest priority for both network and application rules to ensure that only explicitly allowed traffic can pass through.

Next Steps