I'm tasked with analyzing the availability of virtual machines for the months of July and August. Currently, I can obtain average, minimum, and maximum metrics, but my management is looking for a time series graph and the percentage of availability for that whole month. Any advice on how to achieve this would be greatly appreciated!
1 Answer
You might want to try a Kusto query to pull in the availability metrics, especially if you've got historical data for that timeframe. It should help you get the time series data you're looking for.

Sounds good! I've got access to multiple Log Analytics workspaces, so I'm going to give that a shot. Thanks for the tip!