An enterprise is designing a hub-and-spoke network topology in Azure to host a multi-tier application. The hub virtual network, `vnet-eus-hub` (address space: ), contains an Azure Firewall deployed at the internal IP address . A peered spoke virtual network, `vnet-eus-prod` (address space: ), contains two subnets: `snet-web` () and `snet-db` ().
The security team requires that:
1. All outbound internet traffic from `snet-web` must be inspected by the Azure Firewall.
2. All traffic between `snet-web` and `snet-db` must be inspected by the Azure Firewall.
3. Virtual machines within `snet-web` must be able to communicate directly with each other without traversing the firewall.
A network engineer creates a route table named `rt-web-routes`, defines the following user-defined routes (UDRs), and associates the route table with `snet-web`:
- Route 1: Address prefix with a next hop of Virtual Appliance ()
- Route 2: Address prefix with a next hop of Virtual Appliance ()
During testing, the engineer observes that virtual machines within `snet-web` are unable to communicate with each other.
Which configuration change should the engineer implement in the route table to restore intra-subnet connectivity within `snet-web` while maintaining all security requirements?
- AChange the next hop of Route 2 to Virtual Network.
- BDelete Route 2 from the route table.
- Replace Route 2 with a new route for address prefix and a next hop of Virtual Appliance ().Cevap
- DAdd a new route with address prefix and a next hop of Virtual Appliance ().