
Ultimate access to all questions.
In an Azure subscription with resources including VNET1 and Firewall1, what is the initial step to manage VNET1's outbound traffic through Firewall1?
A
Set up the Hybrid Connection Manager.
B
Upgrade the App Service Plan to Premium.
C
Establish a custom route table directing traffic to the firewall.
D
Deploy Azure Network Watcher.
Explanation:
The correct answer is C: Create a route table. To manage outbound traffic from VNET1 using Firewall1, you must create a user-defined route table. This route table will direct all traffic from the virtual network to the firewall. Azure automatically creates a default route table for each subnet, but you need a custom route table to ensure all traffic is routed through the firewall. This is confirmed in the Azure documentation for managing secure outbound traffic with Azure Firewall.