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 (Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
tenant_id, client_id, client_secret) and requires appropriate Azure RBAC permissions (e.g., Reader role).
Example
To create theAzureVMHandler object with your Azure credentials:
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.

