An administrator plans to deploy Azure Firewall to secure outbound traffic from a virtual network named VNet1. VNet1 has an address space of and contains a workload subnet named WorkloadSubnet with an address prefix of .
Which two actions should the administrator perform to deploy the firewall and route WorkloadSubnet traffic through it? (Select two.)
- Create a subnet named AzureFirewallSubnet that has an address prefix of .Cevap
- Create a route table containing a route for with a next hop type of Virtual appliance pointing to the private IP address of the firewall, and associate the route table with WorkloadSubnet.Cevap
- CCreate a route table containing a route for with a next hop type of Virtual Network Gateway pointing to the private IP address of the firewall, and associate the route table with WorkloadSubnet.
- DCreate a subnet named FirewallSubnet that has an address prefix of .
Cevap
Create a subnet named AzureFirewallSubnet with an address prefix of AND create a route table containing a route for with a next hop type of Virtual appliance pointing to the private IP address of the firewall, and associate the route table with WorkloadSubnet.
To successfully deploy Azure Firewall and route traffic from a workload subnet, two main components must be configured: first, a dedicated subnet named exactly AzureFirewallSubnet must be created within the virtual network, and it must have a subnet mask of or larger (such as or ). Second, a route table with a default route () pointing to the private IP address of the firewall as a 'Virtual appliance' next hop must be created and associated with the workload subnet.
Adım Adım Çözüm
Anahtar Kavram
Deploying and routing traffic through Azure Firewall requires a dedicated subnet named AzureFirewallSubnet (minimum prefix) and a User-Defined Route (UDR) with the next hop type set to Virtual appliance pointing to the firewall's private IP address.