An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-central`, uses the IP address space and hosts an Azure Firewall at . There are two spoke virtual networks: `vnet-app-prod` () and `vnet-db-prod` (). Both spokes are peered directly to `vnet-hub-central`. You need to ensure that all network traffic between `vnet-app-prod` and `vnet-db-prod` is routed through the Azure Firewall for security inspection, while ensuring that resources within `vnet-app-prod` can communicate with each other directly without routing local traffic through the firewall. Which two configurations should you implement? (Select two.)
- A route table associated with the subnet in `vnet-app-prod` that contains a route for with a next hop of Virtual Appliance pointing to Cevap
- A route table associated with the subnet in `vnet-db-prod` that contains a route for with a next hop of Virtual Appliance pointing to Cevap
- CA route table associated with the subnet in `vnet-app-prod` that contains a route for with a next hop of Virtual Appliance pointing to
- DA route table associated with the subnet in `vnet-db-prod` that contains a route for with a next hop of Virtual Appliance pointing to
Cevap
Configure a route table associated with the subnet in the application spoke VNet with a route for the database spoke prefix pointing to the Azure Firewall, and configure another route table associated with the subnet in the database spoke VNet with a route for the application spoke prefix pointing to the Azure Firewall.
The correct solution involves configuring specific route tables in each spoke VNet to direct traffic destined for the opposite spoke VNet to the Azure Firewall's private IP address. By targeting only the remote spoke's IP space ( for the application spoke, and for the database spoke), traffic destined for the other spoke is successfully routed to the firewall, while traffic within the local spoke continues to use the default system Local route.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network Peering and User Defined Routes (UDRs)
Tahmini Süre:1m 30s