-1

Azure availability report is based on the number of heartbeat alert generated in log analytics workspace. Therefore, low availability in the report doesn't really mean that a VM was unavailable due to issues in a given month. It could be different reasons eg. was switched off/deallocated or only created in the last few days in a given month etc.

any logic to improve this any KQL or new azure solution.

Surbhi Gupta
  • 21
  • 1
  • 1
  • 2

1 Answers1

-1
  • Have you gone through looking for VM insights, does that provide you the information you required?

VM insights can help deliver predictable performance and availability of vital applications by identifying performance bottlenecks and network issues and can also help you understand whether an issue is related to other dependencies.

enter image description here

  • You can create a dashboard with different possible options of kusto queries that depend on what you are looking for.

Here are the few other examples of Kusto Query https://learn.microsoft.com/en-us/azure/azure-monitor/logs/examples https://learn.microsoft.com/en-us/azure/azure-monitor/insights/solution-agenthealth#sample-log-searches

  • You can even have these additional readings of all possible ways of the information you required.
  1. Visualizing data from Azure Monitor

  2. Monitoring Azure virtual machines with Azure Monitor

  3. Create and share dashboards of Log Analytics data

  4. Quickstart: Monitor an Azure virtual machine with Azure Monitor

  5. Collect data from an Azure virtual machine with Azure Monitor

  6. Overview of VM insights

SaiSakethGuduru
  • 2,218
  • 1
  • 5
  • 15