Skip to content

Commit 93675e6

Browse files
authored
Merge pull request #308087 from duongau/patch-17
Add troubleshooting link for Azure Firewall flows
2 parents 504707d + 699966a commit 93675e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

articles/firewall/packet-capture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Each packet capture contains incoming and outgoing packet pairs. For every packe
152152
| Application rule flows | Source: Client<br>Destination: Server | Source: Firewall<br>Destination: Server<br><br>Layer 4 and above differ because the firewall proxies the connection, establishing a new session to the destination.<br><br>Use HTTP or TLS keys to match incoming and outgoing packets. Layer 7 remains the same. |
153153
| DNAT flows | Source: Client<br>Destination: Firewall public IP | Source: Firewall<br>Destination: DNATed private IP <br><br>Layer 3 destination IP differs from the incoming packet due to DNAT, while Layer 4 remains the same. |
154154

155+
For detailed instructions on these scenarios, see [Using packet capture for troubleshooting Azure Firewall flows](https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/using-packet-capture-for-troubleshooting-azure-firewall-flows/4466692).
156+
155157
## Frequently asked questions
156158

157159
### Can I capture traffic on all ports by setting the destination port to 0?

articles/firewall/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ items:
180180
href: snat-private-range.md
181181
- name: Customer-controlled maintenance
182182
href: customer-controlled-maintenance.md
183+
- name: Packet capture on Azure Firewall
184+
href: packet-capture.md
183185
- name: Secure
184186
items:
185187
- name: Secure firewall deployment
@@ -232,8 +234,6 @@ items:
232234
items:
233235
- name: Known issues and limitations
234236
href: firewall-known-issues.md
235-
- name: Take a packet capture on Azure Firewall
236-
href: packet-capture.md
237237
- name: Reference
238238
items:
239239
- name: Azure CLI

0 commit comments

Comments
 (0)