How list all Vms to monitoring

Wagner Luis Ferreira de Souza 21 Reputation points
2021-06-02T14:49:53.84+00:00

Good afternoon,
My company is going to the cloud, and I would like to know how I can build a dashboard listing all VMS created with performance indicators, CPU, memory, disk, etc.

How I use azure monitor

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,033 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
341 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,131 Reputation points Microsoft Employee
    2021-06-02T15:00:31.087+00:00

    Good afternoon, and welcome to Azure!

    VM insights was created to do exactly this:

    VM insights monitors the performance and health of your virtual machines and virtual machine scale sets, including their running processes and dependencies on other resources. It 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.

    VM insights stores its data in Azure Monitor Logs, which allows it to deliver powerful aggregation and filtering and to analyze data trends over time. You can view this data in a single VM from the virtual machine directly, or you can use Azure Monitor to deliver an aggregated view of multiple VMs.

    The documentation is a great place to start out:

    101792-image.png

    101801-image.png

    101753-image.png

    0 comments No comments