Microsoft Azure Integration and Security (legacy) — Question 11
You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine named VM1. VNet2 contains an Azure virtual machine named VM2.
VM1 hosts a frontend application that connects to VM2 to retrieve data.
Users report that the frontend application is slower than usual.
You need to view the average round-trip time (RTT) of the packets from VM1 to VM2.
Which Azure Network Watcher feature should you use?
Answer options
- A. IP flow verify
- B. Connection monitor
- C. Connection troubleshoot
- D. NSG flow logs
Correct answer: B
Explanation
The correct answer is B, Connection monitor, as it specifically tracks the performance and connectivity between virtual machines, allowing you to measure RTT. Option A, IP flow verify, is used to check if a packet is allowed or denied but does not measure performance. Option C, Connection troubleshoot, is for diagnosing issues but does not provide RTT data. Option D, NSG flow logs, records traffic through NSGs but doesn't measure round-trip time.