Forum Discussion
Priority between CIDR and FQDN rules in Microsoft Entra Private Access (GSA)
- Mar 02, 2026
Hello
Hello,
Excellent question.
Based on the current product behavior and the configuration model exposed in the Forwarding Profile Priority field, rule evaluation follows the configured priority order. The client processes traffic according to this priority model.
The client performs both DNS interception and IP-based traffic forwarding. However, the official documentation does not define a formal architectural precedence between FQDN-based rules and CIDR-based rules when overlaps exist.
In scenarios where there is overlap between:
A broad CIDR range, for example 10.10.0.0/16
A specific FQDN that resolves to an IP within that same range
The recommended architectural approach is to rely on explicit priority configuration rather than implicit rule-type assumptions.
Best practice:
Assign higher priority to specific FQDN-based rules
Use broad CIDR ranges as fallback rules
Avoid relying on assumed internal evaluation order between rule types
From an architectural standpoint, explicitly controlling priority ensures predictable behavior and prevents unintended traffic capture in overlapping scenarios
Hello
Hello,
Excellent question.
Based on the current product behavior and the configuration model exposed in the Forwarding Profile Priority field, rule evaluation follows the configured priority order. The client processes traffic according to this priority model.
The client performs both DNS interception and IP-based traffic forwarding. However, the official documentation does not define a formal architectural precedence between FQDN-based rules and CIDR-based rules when overlaps exist.
In scenarios where there is overlap between:
A broad CIDR range, for example 10.10.0.0/16
A specific FQDN that resolves to an IP within that same range
The recommended architectural approach is to rely on explicit priority configuration rather than implicit rule-type assumptions.
Best practice:
Assign higher priority to specific FQDN-based rules
Use broad CIDR ranges as fallback rules
Avoid relying on assumed internal evaluation order between rule types
From an architectural standpoint, explicitly controlling priority ensures predictable behavior and prevents unintended traffic capture in overlapping scenarios