The Azure Load Balancer Handler is responsible for retrieving and managing Azure Load Balancers within a subscription.
It uses the Azure SDK for Python (azure-mgmt-network) and authentication via azure-identity to collect server asset details for governance, compliance, and monitoring.
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):
Get All Load Balancers in Subscription:
Fetches all load balancers in the configured subscription, including their properties (frontend IPs, backend pools, probes, rules, etc.).