FirewallPolicyRuleCollectionGroup
Resource Icon

Resource Overview
FirewallPolicyRuleCollectionGroup is a resource that groups multiple rule collections within an Azure Firewall Policy for unified management.
Application, NAT, and Network Rule Collections can be organized into a single group, and the processing order within the policy is controlled by group priority.
Associated Resources
Parent Resources
Resource Configuration
included_firewall_policy_name: Name of the Azure Firewall Policy to includepriority: Processing priority of the Rule Collection Grouptag: Tags used to categorize resources
Application Rule Collection (application_rule_collection)
application_rule_collection.priority: Priority within the Application Rule Collectionapplication_rule_collection.action: Action performed by the Application Rule Collection -Allow,Deny
Application Rule Collection > Rule (application_rule_collection.rule)
application_rule_collection.rule.protocols: List of protocols for the trafficapplication_rule_collection.rule.source_addresses: List of source IP addresses or address rangesapplication_rule_collection.rule.destination_fqdns: List of destination FQDNs (Fully Qualified Domain Names)
NAT Rule Collection (nat_rule_collection)
nat_rule_collection.priority: Priority within the NAT Rule Collectionnat_rule_collection.action: Action performed by the NAT rules -Dnat
NAT Rule Collection > Rule (nat_rule_collection.rule)
nat_rule_collection.rule.protocols: List of protocols to apply -TCP,UDPnat_rule_collection.rule.source_addresses: List of source IP addresses or address rangesnat_rule_collection.rule.destination_address: Destination IP addressnat_rule_collection.rule.destination_port: Destination port numbernat_rule_collection.rule.translated_address: Translated destination IP addressnat_rule_collection.rule.translated_port: Translated destination port number
Network Rule Collection (network_rule_collection)
network_rule_collection.priority: Priority within the Network Rule Collectionnetwork_rule_collection.action: Action performed by the Network rules -Allow
Network Rule Collection > Rule (network_rule_collection.rule)
network_rule_collection.rule.protocols: List of protocols to apply -Any,TCP,UDP,ICMPnetwork_rule_collection.rule.source_addresses: List of source IP addresses or address rangesnetwork_rule_collection.rule.destination_addresses: List of destination IP addresses or address rangesnetwork_rule_collection.rule.destination_ports: List of destination port numbers