Azure Firewall Introduction

Understand the core concepts and capabilities of Azure Firewall.

What is Azure Firewall?

Azure Firewall is a cloud-native and intelligent network security service that protects your Azure Virtual Network resources. It's a managed, cloud-based network security service that protects your Azure Virtual Network resources. It offers:

Key Features and Benefits

Azure Firewall provides a range of features designed to enhance your network security posture:

Azure Firewall acts as a Security Hub, allowing you to manage security policies centrally and gain insights into your network traffic.

How Azure Firewall Works

Azure Firewall is deployed as a managed service within your Azure Virtual Network. It intercepts traffic between subnets, virtual networks, and the internet. You can configure network and application rules to allow or deny traffic based on your security requirements.

When you deploy an Azure Firewall, it's associated with a virtual network. You then route traffic from your subnets through the firewall using user-defined routes (UDRs).

Deployment Options

Azure Firewall can be deployed in several ways:

Consider using Azure Firewall Manager for centralized management and policy orchestration across multiple Azure Firewall instances.

Use Cases

Azure Firewall is ideal for various scenarios, including:

Getting Started with Azure Firewall

You can deploy and configure Azure Firewall using the Azure portal, Azure CLI, Azure PowerShell, or ARM templates.

To begin, you'll typically need to:

  1. Create a dedicated subnet for Azure Firewall (e.g., AzureFirewallSubnet).
  2. Deploy an Azure Firewall instance into this subnet.
  3. Configure network and application rules to define traffic flow.
  4. Create user-defined routes (UDRs) to direct traffic through the firewall.

For detailed instructions and advanced configurations, please refer to the official Azure Firewall documentation.