The Azure Load Balancer Handler is responsible for retrieving and managing Azure Load Balancers within a subscription. It uses the Azure SDK for Python (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.
azure-mgmt-network) and authentication via azure-identity to collect server asset details for governance, compliance, and monitoring.
Example
To create the AzureLoadBalancerHandler object, initialize it with your Azure Subscription ID, Tenant ID, Client ID, and Client Secret (or load them from environment variables):Fetches all load balancers in the configured subscription, including their properties (frontend IPs, backend pools, probes, rules, etc.).

