AZ-500 · Question #160
SIMULATION You need to configure network connectivity between a virtual network named VNET1 and a virtual network named VNET2. The solution must ensure that virtual machines connected to VNET1 can…
VNet Peering is the correct solution because it enables direct, low-latency connectivity between virtual machines in separate Azure Virtual Networks using Microsoft's backbone network without requiring gateways or public internet routing. When configuring peering, Azure…
Question
Explanation
VNet Peering is the correct solution because it enables direct, low-latency connectivity between virtual machines in separate Azure Virtual Networks using Microsoft's backbone network without requiring gateways or public internet routing. When configuring peering, Azure actually requires a peering link to be created in both directions (VNET1→VNET2 and VNET2→VNET1) for bidirectional communication; however, the question specifically states only that VNET1 VMs must communicate with VNET2 VMs, so configuring the peering from VNET1 is the primary requirement. The simulation steps walk through the Azure portal workflow of navigating to VNET1's Peerings blade and adding a new peering connection pointing to VNET2 as the remote virtual network.
Topics
Community Discussion
No community discussion yet for this question.