Azure Firewall

Azure Firewall is a cloud-native and intelligent 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. It's a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability.

Key Features

How Azure Firewall Works

Azure Firewall is deployed in a specific virtual network (VNet) subnet called AzureFirewallSubnet. All traffic from your other VNets and on-premises networks destined for the internet, or for other VNets, can be routed through Azure Firewall by configuring User Defined Routes (UDRs).

Use Cases

Getting Started

To start using Azure Firewall, you need to deploy an instance in your Azure subscription. You can do this through the Azure portal, Azure CLI, PowerShell, or ARM templates.

Deploying with the Azure Portal

  1. Navigate to the Azure portal.
  2. Search for "Firewall" and select "Azure Firewall".
  3. Click "Create" to start the deployment process.
  4. Configure the required settings such as subscription, resource group, region, name, and SKU.
  5. You will need to create or select a virtual network and a subnet named AzureFirewallSubnet.
  6. Review and create the firewall.

For more detailed deployment instructions, refer to the official Azure Firewall documentation:

Deploy and configure Azure Firewall

Pricing

Azure Firewall is a managed service with pricing based on throughput, policy, and network rules processed. For the latest pricing information, please visit the Azure Firewall pricing page.

Consider using Azure Firewall Manager for more advanced scenarios like deploying firewalls in multiple regions and managing them centrally.

Remember to configure User Defined Routes (UDRs) to route traffic through your Azure Firewall instance.

Learn More