image
Connection Monitor
Start course
Difficulty
Advanced
Duration
38m
Students
6003
Ratings
4.8/5
starstarstarstarstar-half
Description

When you have network connections that are critical to your business, it’s important to monitor them at all times. Azure Network Watcher is a collection of network monitoring and troubleshooting tools. Not only does it allow you to set up automated monitoring, but it also gives you a suite of tools that will allow you to diagnose almost any network issue.

In this course, you’ll learn about both troubleshooting and monitoring. We’ll start with the troubleshooting tools: IP Flow Verify, Security Group View, Next Hop, Connection Troubleshoot, and VPN Troubleshoot. Then you’ll see how to use the monitoring and analysis tools: Connection Monitor, Logs, Traffic Analytics, and Network Performance Monitor.

Learning Objectives

  • Use Network Watcher’s troubleshooting tools to diagnose Azure networking issues
  • Configure Network Watcher’s monitoring tools to alert you when there are critical network issues
  • Use Network Watcher’s analysis tools to get a more comprehensive view of networking issues

Intended Audience

  • People who want to become Azure cloud architects
  • People who are preparing to take Microsoft’s AZ-303 exam

Prerequisites

  • Basic knowledge of Azure virtual networks

To see the full range of Microsoft Azure Content, visit the Azure Training Library.

Transcript

When you have a network connection that's very important to your business, it's a good idea to set something up that monitors it at all times. And that's what Network Watcher's Connection Monitor does. Bear in mind, though, that it can only monitor a connection between a virtual machine and an endpoint. The endpoint can be either another VM or an address, just like with the Connection Troubleshoot tool. Let's set one up. Click on Connection Monitor. Then click Add. I'm going to monitor the connection between myvm1 and myvm2, so I'll call this myvm1-myvm2. The virtual machine is already set to myvm1, so I'll leave it at that. For the destination, I'll leave it at myvm2. I'll set the port to 22 which is for SSH and click Add. It takes 30 seconds or so before it comes back. You can see that I have two Connection Monitors here because I also created one called myvm1-myvm3 earlier. If I click on the one I just created, it brings up some Details down here. You can make the Details pane bigger if you want. Since I just started this monitor, there isn't much data yet. So let's go to the one I set up earlier which has a lot of data collected. Note that you need the Network Watcher extension on the VM to set up a Connection Monitor. The graph shows the roundtrip latency over the last hour.

 You can set it to a longer period if you like. Here's what it looks like for the last seven days. It also shows the percentage of probes that failed, but that line is always at 0% because no probes have failed for the last seven days. Below the graph, it shows the hops in the route between the two VMs, either in a grid view or a topology view. This is exactly the same as what the Connection Troubleshoot tool shows. In fact, the Connection Monitor is basically just a version of the Connection Troubleshoot tool that keeps running. Alright, so it's monitoring this connection, but how can we tell it to alert us when there's a problem? To do that we have to go to Azure Monitor. Type monitor in the search bar. There it is. Then go to Alerts. And click New alert rule. Under Resource, click the Select button. Then in this dropdown, choose Connection Monitor. Choose the one you want an alert for. I'll choose the one we just set up. Click Done, and then Add a condition. Let's say you want to get an alert if the average latency goes above 150 milliseconds. 

Choose Average Round-trip Time. This graph is quite helpful. It shows you the latency over the past six hours, so you can see how high it normally is. You can change this to a longer time, up to one week. This would be helpful if you weren't sure what round-trip time would be out of the ordinary. In this case, it's never gone above 92 milliseconds. But let's set it to 150 milliseconds anyway because latencies lower than that shouldn't cause problems. Click Done. It tells you that it will cost about 10 cents a month to run this Azure Monitor alert rule. That's pretty cheap. The next thing you do is create an Action Group that tells Azure Monitor what to do if the latency goes over 150 milliseconds. For example, you could configure it to send an email or a text message to particular people. And that's it for the Connection Monitor.

About the Author
Students
202929
Courses
97
Learning Paths
164

Guy launched his first training website in 1995 and he's been helping people learn IT technologies ever since. He has been a sysadmin, instructor, sales engineer, IT manager, and entrepreneur. In his most recent venture, he founded and led a cloud-based training infrastructure company that provided virtual labs for some of the largest software vendors in the world. Guy’s passion is making complex technology easy to understand. His activities outside of work have included riding an elephant and skydiving (although not at the same time).