Designing and Implementing Microsoft Azure Networking Solutions — Question 80
You have an on-premises datacenter in Seattle.
You have an Azure subscription that contains an Azure Network Watcher resource in the West US 2 Azure region.
You need to document network latency between the on-premises datacenter and the West US 2 region and between the on-premises datacenter and the East US 2 public Azure region. The solution must minimize administrative effort.
What should you do first?
Answer options
- A. Run the Get-AzNetworkWatcherConnectionMonitor cmdlet.
- B. Run the Get-AzNetworkWatcherReachabilityProvidersList cmdlet.
- C. Create a Network Watcher resource in the East US 2 region.
- D. Create a Connection Monitor resource in the West US 2 region.
Correct answer: D
Explanation
The correct answer is D because creating a Connection Monitor resource in the West US 2 region allows for the measurement of network latency efficiently. Options A and B are cmdlets that would not initiate the required monitoring process directly. Option C is unnecessary since a Network Watcher already exists in the West US 2 region, and there is no need to create another in the East US 2 region initially.