Hi,
I was wondering if there is further information about the provided VMs CPU data for each vmid:
Virtual machines (VMs) in Azure come in predefined sizes that are called families or series.
An individual VM is often referred to as an instance. ref.
- What is the VM size? (e.g. DS3_v2)
- Which MS Azure VM families/series belongs to this CPU data of the instance?
Knowing VM size, I want to compute CPU utilization percentage based on the CPU provisioned capacity from 0-100%
Thanks in advance.