Route tables are commonly used with Azure Firewall when there is cross-connectivity. Cross-connectivity can be either be with other Azure virtual networks or with on-premises networks. In such cases, Azure Firewall uses route tables to forward traffic based on rules in route tables.
Configuring a route table
Getting ready
Open the PowerShell console and make sure you are connected to your Azure subscription.
How to do it...
In order to create a new route table in Azure Firewall, execute the following command:
$RG="Packt-Networking-Portal"
$Location="West...