shlogg · Early preview
1Suleyman @1suleyman

Configuring Azure Route Table For Firewall Routing

Created a custom route table in Azure to route outbound app-vnet traffic through Azure Firewall for enhanced security. Associated route table with frontend & backend subnets, ensuring firewall policies are enforced on all outgoing traffic.

Scenario

In this exercise, my goal was to ensure that the outbound application traffic from the app-vnet subnets is routed through the Azure Firewall, allowing the firewall’s security policies to be enforced. This required creating a route table, associating it with the frontend and backend subnets, and setting up a route to filter all outbound IP traffic through the firewall using its private IP address.


  
  
  Skilling Tasks

✅ Create and configure a route table.
✅ Link a route table to a subnet.
✅ Create routes to ensure traffic flows through the firewall.



  
  
  Exercise Instruc...