An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-weur-hub` (address space: ), contains:
- An internal Azure Standard Load Balancer with a frontend IP address of that balances traffic across an active-active pair of network virtual appliances (NVAs).
- An Azure ExpressRoute Gateway in the `GatewaySubnet` () connected to an on-premises network that advertises the IP prefix .
The spoke virtual network, `vnet-prod-spoke` (address space: ), is peered with `vnet-weur-hub` with gateway transit enabled on the hub and remote gateway usage enabled on the spoke. The spoke virtual network contains two subnets:
- `snet-web` ()
- `snet-data` ()
You need to design a routing solution for the virtual machines in `snet-web` to satisfy the following requirements:
- All outbound traffic to the internet must pass through the NVAs for security inspection.
- Traffic to the on-premises network must bypass the NVAs and route directly through the ExpressRoute Gateway.
- Traffic between `snet-web` and `snet-data` must remain internal to the spoke virtual network and must not transit the hub or the NVAs.
- The design must minimize administrative overhead and avoid configuring redundant route entries.
Which three configuration actions should you include in the design? (Select three.)
- Create a custom route table and associate it with `snet-web`.Cevap
- In the custom route table, add a route for with the next hop type of Virtual Appliance and the next hop IP address set to .Cevap
- Enable gateway route propagation on the custom route table.Cevap
- DDisable gateway route propagation on the custom route table.
- EIn the custom route table, add a route for with the next hop type of Virtual Appliance and the next hop IP address set to .
- FIn the custom route table, add a route for with the next hop type of Virtual Appliance and the next hop IP address set to .