
Answer-first summary for fast verification
Answer: Set up VNet peering between VNET1 and VNET3.
The correct answer is D: Set up VNet peering between VNET1 and VNET3. Peering the two virtual networks (VNET1 and VNET3) ensures that VM1 can communicate with VM4. VNet peering allows the virtual networks to connect directly using the Azure backbone network, facilitating seamless communication without the need for complex configurations, and thereby minimizing administrative effort.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To enable communication between VM1 and VM4 with minimal administrative effort, what action should be taken?
A
Create a user-defined route from VNET1 to VNET3.
B
Create an NSG and associate it with VM1 and VM4.
C
Assign VM4 the IP address 10.0.1.5 with a subnet mask of /24.
D
Set up VNet peering between VNET1 and VNET3.