Skip to content

Commit fbf2372

Browse files
Merge pull request #256990 from vhorne/main
update rule behavior
2 parents 2e5a9b2 + c116025 commit fbf2372

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/firewall/firewall-faq.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ sections:
3434
3535
- question: What are some Azure Firewall concepts?
3636
answer: |
37-
Azure Firewall supports rules and rule collections. A rule collection is a set of rules that share the same order and priority. Rule collections are executed in order of their priority. Network rule collections are higher priority than application rule collections, and all rules are terminating.
37+
Azure Firewall supports rules and rule collections. A rule collection is a set of rules that share the same order and priority. Rule collections are executed in order of their priority. DNAT rule collections are higher priority network rule collections, which are higher priority than application rule collections, and all rules are terminating.
3838
3939
There are three types of rule collections:
4040
4141
* *Application rules*: Configure fully qualified domain names (FQDNs) that can be accessed from a Virtual Network.
4242
* *Network rules*: Configure rules that contain source addresses, protocols, destination ports, and destination addresses.
4343
* *NAT rules*: Configure DNAT rules to allow incoming Internet connections.
4444
45+
For more information, see [Configure Azure Firewall rules](rule-processing.md).
46+
4547
- question: Does Azure Firewall support inbound traffic filtering?
4648
answer: |
4749
Azure Firewall supports inbound and outbound filtering. Inbound protection is typically used for non-HTTP protocols like RDP, SSH, and FTP protocols. For inbound HTTP and HTTPS protection, use a web application firewall such as [Azure Web Application Firewall (WAF)](../web-application-firewall/overview.md) or the TLS offload and deep packet inspection capabilities of [Azure Firewall Premium](./premium-features.md).
@@ -188,10 +190,6 @@ sections:
188190
- question: Are there any firewall resource group restrictions?
189191
answer: Yes. The firewall, VNet, and the public IP address all must be in the same resource group.
190192

191-
- question: When configuring DNAT for inbound Internet network traffic, do I also need to configure a corresponding network rule to allow that traffic?
192-
answer: |
193-
No. NAT rules implicitly add a corresponding network rule to allow the translated traffic. You can override this behavior by explicitly adding a network rule collection with deny rules that match the translated traffic. To learn more about Azure Firewall rule processing logic, see [Azure Firewall rule processing logic](rule-processing.md).
194-
195193
- question: How do wildcards work in target URLs and target FQDNs in application rules?
196194
answer: |
197195
- **URL** - Asterisks work when placed on the right-most or left-most side. If it is on the left, it can't be part of the FQDN.

0 commit comments

Comments
 (0)