Monitoring Different Resources in Azure
Learn how to monitor different types of resources in Azure.
We'll cover the following...
Monitoring
Monitoring an application or a system has traditionally been done with popular tools like Nagios or PRTG. The monitoring tool is a separate (and distinct) application than the application it’s monitoring. Your organization must care for, manage, feed, and typically have a dedicated person or team working with it. A separate tool to monitor an application or system doubles the effort. Your organization ends up spending a lot of time monitoring the monitoring tool! It’s an entirely separate component you now have to be responsible for.
On the flip side, if you’re in Azure, monitoring is built-in. You don’t have to worry about maintaining the server that the monitoring tool is running on or ...