Cyber Intelligence
Secure Networking · 20% of exam

L7. Azure Firewall Premium

Course outlineLesson 7 of 18

Azure Firewall Premium adds IDPS, TLS inspection, and web category filtering to the Standard SKU. Know the exact feature differences, when each mode of IDPS applies, and the Key Vault dependency for TLS inspection.

Standard vs Premium: Feature Comparison

FeatureStandardPremium
FQDN filteringYesYes
Threat intelligenceAlert/DenyAlert/Deny
IDPS (Intrusion Detection & Prevention)NoYes
TLS InspectionNoYes
Web CategoriesNoYes
URL FilteringNoYes

IDPS: Alert vs Deny Mode

IDPS in Premium SKU inspects traffic against Microsoft's signature database. Two operational modes:

  • Alert mode: Logs matching traffic, does not block it. Use during initial deployment to understand baseline.
  • Alert and Deny mode: Logs and blocks matching traffic. Use in production.
Exam tip: IDPS operates on East-West (lateral) traffic as well as North-South. It is not limited to internet-bound traffic.

TLS Inspection

Premium Firewall can decrypt, inspect, and re-encrypt TLS traffic. Requirements:

  1. An intermediate CA certificate stored in Azure Key Vault
  2. A managed identity granted access to the Key Vault certificate
  3. The Firewall Policy configured to reference that Key Vault certificate
Exam trap: The intermediate CA cert must be trusted by clients. If using an enterprise CA, deploy the cert to client trust stores via Group Policy.

Forced Tunneling

To route all internet-bound firewall traffic through an on-premises NVA, configure forced tunneling. Requirements:

  • Create a AzureFirewallManagementSubnet subnet: this keeps management traffic out of the forced tunnel
  • A route table pointing 0.0.0.0/0 to the on-premises NVA
Exam tip: Without AzureFirewallManagementSubnet, forced tunneling breaks firewall management connectivity.

Exam Focus Points
  • Premium adds IDPS, TLS inspection, web categories, and URL filtering: Standard has none of these
  • IDPS: Alert mode logs only; Alert and Deny mode blocks. IDPS applies to East-West traffic too
  • TLS inspection requires an intermediate CA cert in Key Vault plus a managed identity on the firewall
  • Forced tunneling requires AzureFirewallManagementSubnet: without it, management connectivity breaks
  • Web categories let you block/allow by content type (Social Media, Gambling) in Premium SKU
Knowledge Check

1. What is the difference between IDPS 'Alert' mode and 'Alert and Deny' mode in Azure Firewall Premium?

2. Azure Firewall Premium's TLS inspection feature requires which prerequisite?

3. Which Azure Firewall Premium feature allows you to block access to categories of websites (e.g., social media, gambling) without maintaining explicit URL lists?

Recommended: Pluralsight

This free course covers the theory. Pluralsight adds structured video courses, hands-on Azure labs, and timed practice exams to make it stick before exam day.

Start AZ-500 prep free10-day free trial available