An enterprise designs a hub-and-spoke network topology in Azure. The topology consists of:
- A hub virtual network named `vnet-weur-hub` () containing an Azure Firewall with the private IP address .
- A spoke virtual network named `vnet-weur-spoke1` () that contains a subnet named `snet-workload1` ().
- A spoke virtual network named `vnet-weur-spoke2` () that contains a subnet named `snet-workload2` ().
Both spoke virtual networks are peered directly with the hub virtual network. The security team requires that all traffic destined for the internet and all traffic between the two spoke virtual networks must be routed through the Azure Firewall in the hub. However, traffic between resources within `vnet-weur-spoke1` must remain local and route directly without passing through the firewall.
You need to design a route table for `snet-workload1` that meets these requirements with the minimum number of user-defined routes (UDRs).
Which route configuration should you specify in the route table?
- A single route with the address prefix 0.0.0.0/0, next hop type Virtual Appliance, and next hop address 10.100.4.4Cevap
- BOne route with the address prefix 0.0.0.0/0, next hop type Virtual Appliance, next hop address 10.100.4.4; and one route with the address prefix 10.101.0.0/16, next hop type Virtual Appliance, next hop address 10.100.4.4
- CA single route with the address prefix 10.100.0.0/14, next hop type Virtual Appliance, and next hop address 10.100.4.4
- DA single route with the address prefix 10.102.0.0/16, next hop type Virtual Network, and next hop address 10.100.4.4