An administrator is configuring virtual network peering between two Azure virtual networks:
- `VNet1` () contains a subnet named `Subnet1` () where virtual machines are deployed.
- `VNet2` () contains a subnet named `Subnet2` () where virtual machines are deployed.
The administrator configures a virtual network peering link from `VNet1` to `VNet2`. The peering status for this link is Initiated.
True or False: The virtual machines in `Subnet1` can communicate with the virtual machines in `Subnet2` while the peering status is Initiated.
Answer: Answer
Answer
The statement is false because virtual network peering requires two peering links—one in each direction—to be configured before communication can occur.
The correct answer is false because establishing connectivity requires peering links to be configured on both virtual networks. A single link results in an 'Initiated' status and does not allow communication.
Step-by-Step Solution
Key Concept
Virtual network peering requires bidirectional configuration links to establish communication.