Azure Virtual Machines (VMs) are scalable computing resources in Microsoft Azure.
They allow you to run Windows or Linux servers in the cloud without needing to maintain physical hardware.
With Azure VMs, you can host applications, databases, and workloads with built-in high availability, security, and scalability.This handler provides seamless interaction with Azure VMs to collect information about virtual machines within a subscription.
It uses service principal authentication (tenant_id, client_id, client_secret) and requires appropriate Azure RBAC permissions (e.g., Reader role).
List Virtual Machines (get_vms):
Retrieves a list of all accessible Azure VM instances within the configured subscription.
Each VM’s details (name, ID, region, size, OS, and network/storage profile) are returned in dictionary format.