Skip to content

Commit cf40505

Browse files
Merge pull request #230619 from vhorne/fw-dnat-route
add note about asymmetrical routing
2 parents bbc602d + 99d9349 commit cf40505

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/firewall/tutorial-firewall-dnat-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ After deployment finishes, note the private IP address for the virtual machine.
167167

168168
For the **SN-Workload** subnet, you configure the outbound default route to go through the firewall.
169169

170+
> [!IMPORTANT]
171+
> You do not need to configure an explicit route back to the firewall at the destination subnet. Azure Firewall is a stateful service and handles the packets and sessions automatically. If you create this route, you'll create an asymmetrical routing environment that interrupts the stateful session logic and results in dropped packets and connections.
172+
170173
1. From the Azure portal home page, select **All services**.
171174
2. Under **Networking**, select **Route tables**.
172175
3. Select **Add**.

articles/firewall/tutorial-firewall-dnat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ After deployment finishes, note the private IP address for the virtual machine.
172172

173173
For the **SN-Workload** subnet, you configure the outbound default route to go through the firewall.
174174

175+
> [!IMPORTANT]
176+
> You do not need to configure an explicit route back to the firewall at the destination subnet. Azure Firewall is a stateful service and handles the packets and sessions automatically. If you create this route, you'll create an asymmetrical routing environment that interrupts the stateful session logic and results in dropped packets and connections.
177+
175178
1. From the Azure portal home page, select **All services**.
176179
2. Under **Networking**, select **Route tables**.
177180
3. Select **Create**.

0 commit comments

Comments
 (0)