az network firewall policy rule-collection-group collection rule
Manage and configure the rule of a filter collection in the rule collection group of Azure firewall policy.
Filter collection supports having a list of network rules or application rules. NatRule collection supports including a list of nat rules.
Commands
az network firewall policy rule-collection-group collection rule add |
Add a rule into an Azure firewall policy rule collection. |
az network firewall policy rule-collection-group collection rule remove |
Remove a rule from an Azure firewall policy rule collection. |
az network firewall policy rule-collection-group collection rule add
Add a rule into an Azure firewall policy rule collection.
Filter collection supports having a list of network rules or application rules. NatRule collection supports including a list of nat rules.
az network firewall policy rule-collection-group collection rule add --collection-name
--name
--policy-name
--resource-group
--rule-collection-group-name
--rule-type {ApplicationRule, NatRule, NetworkRule}
[--description]
[--destination-addresses]
[--destination-ip-groups]
[--destination-ports]
[--fqdn-tags]
[--ip-protocols {Any, ICMP, TCP, UDP}]
[--protocols]
[--source-addresses]
[--source-ip-groups]
[--target-fqdns]
[--translated-address]
[--translated-port]
Required Parameters
The name of the rule collection in Firewall Policy Rule Collection Group.
The name of rule.
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Firewall Policy Rule Collection Group.
The type of rule.
Optional Parameters
The description of rule.
Space-separated list of destination IP addresses.
Space-separated list of name or resource id of destination IpGroups.
Space-separated list of destination ports. This argument is supported for Nat and Network Rule.
Space-separated list of FQDN tags for this rule.
Space-separated list of IP protocols. This argument is supported for Nat and Network Rule.
Space-separated list of protocols and port numbers to use, in PROTOCOL=PORT format. Valid protocols are Http, Https.
Space-separated list of source IP addresses.
Space-separated list of name or resource id of source IpGroups.
Space-separated list of FQDNs for this rule.
Translated address for this NAT rule collection.
Translated port for this NAT rule collection.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az network firewall policy rule-collection-group collection rule remove
Remove a rule from an Azure firewall policy rule collection.
Filter collection supports having a list of network rules or application rules. NatRule collection supports including a list of nat rules.
az network firewall policy rule-collection-group collection rule remove --collection-name
--name
--policy-name
--resource-group
--rule-collection-group-name
Required Parameters
The name of the rule collection in Firewall Policy Rule Collection Group.
The name of rule.
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Firewall Policy Rule Collection Group.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.