An organization uses Azure Firewall to secure traffic. The firewall has DNAT rules, network rules, and application rules configured. When processing a connection request, which of these rule types is evaluated first by the firewall?
- DNAT rulesAnswer
- BNetwork rules
- CApplication rules
- DThe rule with the lowest priority number, regardless of its rule type
Answer
DNAT rules are evaluated first by the firewall.
The correct option is DNAT rules. Azure Firewall rule processing follows a fixed hierarchy: DNAT rules are evaluated first. If a match is found, the firewall translates the destination IP address and port and creates an implicit network rule to allow the translated traffic. Network rules are evaluated second, and application rules are evaluated last.
Step-by-Step Solution
Key Concept
Azure Firewall rule processing logic and evaluation order