You are configuring routing and security for a hub-and-spoke virtual network topology in Microsoft Azure. The topology contains the following networks:
- A hub virtual network (VNet-Hub) with an address space of .
- A spoke virtual network (VNet-Spoke1) with an address space of .
- A spoke virtual network (VNet-Spoke2) with an address space of .
VNet-Spoke1 and VNet-Spoke2 are peered with VNet-Hub. There is no direct peering between VNet-Spoke1 and VNet-Spoke2. You deploy an Azure Firewall in VNet-Hub, which is assigned the private IP address .
You must meet the following requirements:
- All traffic between VNet-Spoke1 and VNet-Spoke2 must be routed through and inspected by the Azure Firewall.
- All outbound internet traffic from both spoke virtual networks must be routed through and inspected by the Azure Firewall.
- The firewall subnet must be configured according to Microsoft recommendations and support future scalability.
Which three configurations must you perform to meet these requirements? (Select three.)
- Create a subnet in VNet-Hub named AzureFirewallSubnet with an address range of or larger, and ensure no Network Security Group (NSG) is associated with this subnet.Cevap
- In the route table associated with VNet-Spoke1, configure a route for and a route for , both with the next hop type set to 'Virtual Appliance' and the next hop IP address set to .Cevap
- In the route table associated with VNet-Spoke2, configure a route for and a route for , both with the next hop type set to 'Virtual Appliance' and the next hop IP address set to .Cevap
- DIn the route tables for VNet-Spoke1 and VNet-Spoke2, configure the next hop type as 'Virtual Network Gateway' and specify as the next hop IP address.
- EIn VNet-Spoke1 and VNet-Spoke2, associate a route table containing only a single route for with a next hop type of 'Virtual Appliance' and the next hop IP address set to .
- FCreate a subnet in VNet-Hub named AzureFirewallSubnet with an address range of , and associate a Network Security Group (NSG) configured with a high-priority rule to allow all inbound traffic from the spoke networks.