Azure Firewall Manager Documentation

Azure Firewall Manager provides a centralized management experience for your Azure Firewall deployments. It allows you to manage firewall policies and routes for multiple firewall instances across different environments, including Hub-and-Spoke and Network Virtual Network (VNet) deployments.

Note: Azure Firewall Manager simplifies the deployment and management of your network security infrastructure, ensuring consistent security policies across your organization.

Key Concepts

Understanding the core components is crucial for effectively using Azure Firewall Manager:

Features

Azure Firewall Manager offers a robust set of features for managing your network security:

Deployment

Deploying Azure Firewall Manager involves setting up a Firewall Manager instance and associating it with your Azure Firewall deployments. Here's a high-level overview:

  1. Create a Firewall Manager instance: This is the central management resource.
  2. Create or select a Hub VNet: This VNet will host your Azure Firewall instances.
  3. Deploy Azure Firewall(s): Deploy Azure Firewall instances within the Hub VNet.
  4. Associate Firewalls with Firewall Manager: Link your deployed firewalls to the Firewall Manager instance.
  5. Create and assign Firewall Policies: Define your security rules and apply them to the associated firewalls.
Tip: For Hub-and-Spoke topologies, it's recommended to deploy a dedicated Hub VNet to host your Firewall Manager and Azure Firewall instances.

Firewall Policies

Firewall policies are the core of your security configuration. They consist of:

With Firewall Manager, you can create these policies once and apply them to multiple firewalls, ensuring consistency. You can also define specific overrides at the individual firewall or VNet level for more granular control.

Hub and Spoke Deployments

Azure Firewall Manager is particularly effective in Hub-and-Spoke network architectures:

Centralized Management

Firewall Manager offers a unified portal experience for:

Monitoring and Logging

Leverage Azure Monitor and Azure Sentinel for comprehensive visibility:

# Example: Configuring diagnostic settings for Azure Firewall
# In Azure Portal, navigate to your Firewall -> Diagnostic settings
# Select 'Send to Log Analytics workspace'
# Choose categories like 'AzureFirewallNetworkRule', 'AzureFirewallApplicationRule', 'AzureFirewallThreatIntel'

Best Practices

Frequently Asked Questions

Q: What is the difference between Azure Firewall and Azure Firewall Manager?

Azure Firewall is the network security service that protects your VNet resources. Azure Firewall Manager is a management service that simplifies the deployment and operation of multiple Azure Firewall instances and their policies.

Q: Can I manage firewalls in multiple subscriptions with Firewall Manager?

Yes, Firewall Manager can manage Azure Firewall instances across different subscriptions within the same Azure Active Directory tenant.

Q: How does route management work with Firewall Manager?

Firewall Manager allows you to define and manage routes for Hub-and-Spoke deployments, ensuring that traffic is correctly directed to the Azure Firewall for inspection.