Resource Type: Azure > Load Balancer > Load Balancer
The Load Balancer resource type allows users to distribute network traffic across multiple servers, known as instances, ensuring high availability and reliability for applications and services.
Resource Context
Load Balancer is a part of the Load Balancer service.
Each Load Balancer lives under a Resource Group.
Controls
The primary controls for Azure > Load Balancer > Load Balancer are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancer
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancer"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancer';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancer"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancer' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query