Forum Discussion
Azure monitoring
Getting this information is quite easy when using the Metrics in Azure Monitor:
If you want to use log analytics, you could try something like this:
Another way of visualizing can be done using VM Insights from the VM Blade of from Azure Monitor:
Some good starting points:
https://docs.microsoft.com/en-us/azure/azure-monitor/overview
https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-queries
https://azure.microsoft.com/nl-nl/blog/rich-insights-for-virtual-machines-from-azure-monitor/
Have fun with this amazing set of tools :)
- DeletedNov 14, 2018Hi Mark,
Thanks for your fast reply! I have one last question though, can I use that query in the designer? If so, which tile should I use?
Thanks once again for helping me out!- Mark DommisseNov 14, 2018Brass Contributor
I think you can make a quickstart by implementing the following solution, this will give you a lot of tiles out of the box:
http://blogs.catapultsystems.com/cfuller/archive/2017/11/28/updating-the-server-and-client-performance-solution-to-the-new-query-language/Download the solution here: https://gallery.technet.microsoft.com/scriptcenter/Server-Performance-3d767ab1
- DeletedNov 14, 2018This one was perfect! Thank you!