Azure Application LB pattern-based discovery

  • Release version: Zurich
  • Updated June 17, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Azure Application LB pattern-based discovery

    The Azure Application LB pattern-based discovery enables ServiceNow customers to identify and map Azure application load balancers within their cloud environments. This pattern uses Discovery and Service Mapping Patterns to populate detailed load balancer configuration items (CIs) in the Configuration Management Database (CMDB), supporting accurate asset and service visibility for Azure cloud resources.

    Show full answer Show less

    To leverage this pattern effectively, customers must ensure they meet Microsoft Azure discovery prerequisites and configure discovery schedules appropriately, especially to support Azure GovCloud (US) accounts by using the correct datacenter URL during Azure service account setup.

    Some Azure load balancer resources may require updating to the latest Discovery and Service Mapping Patterns application from the ServiceNow Store.

    Key Features

    • Discovery of Azure Load Balancers: The pattern identifies Azure cloud load balancers and gathers essential attributes such as name, object ID, location, state, IP address, DNS details, and install status.
    • Detailed CI Classes: Includes discovery and population of multiple related CMDB tables:
      • Cloud Load Balancer [cmdbcicloudloadbalancer]: Core load balancer CIs with identifying and status fields.
      • Cloud LB IPAddress [cmdbcicloudlbipaddress]: IP addresses associated with load balancers, specifying public or private types.
      • Load Balancer Pool [cmdbcilbpool]: Pools belonging to load balancers with location and identification data.
      • Load Balancer Service [cmdbcilbservice]: Services defined on load balancers, including listening TCP ports.
    • CI Relationships: The pattern establishes relationships to reflect the infrastructure hierarchy and ownership, such as:
      • Load balancers hosted on Azure datacenters.
      • Ownership of IP addresses by load balancers.
      • Load balancer pools and services hosted on load balancers.
      • Load balancers containing cloud subnets and resource groups.
    • Tag Discovery: Azure tags are collected and stored as key-value pairs in the CMDB Key Value [cmdbkeyvalue] table, linked to the corresponding load balancer CI, supporting enhanced categorization and filtering capabilities.

    Practical Benefits for ServiceNow Customers

    • Provides comprehensive, structured data on Azure load balancers to maintain accurate CMDB entries.
    • Enables improved visibility into Azure cloud infrastructure components and their relationships.
    • Supports compliance and operational workflows by reflecting the current state and configuration of load balancers.
    • Facilitates management of IP addressing and networking through detailed IP and service mapping.
    • Helps organize cloud resources using Azure tags, aiding in governance and reporting.

    Discovery and Service Mapping Patterns finds Azure application load balancers on your cloud environment. Discovering some of these resources may require updating to the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store.

    Pattern-based discovery and mapping requirements

    Verify the Microsoft Azure discovery prerequisites
    For more information, see the prerequisites section in Microsoft Azure Cloud discovery using patterns.
    Configure the Discovery schedule to support GovCloud
    Discovering Azure GovCloud (US) accounts requires using a datacenter URL when setting up an Azure service account. For more information, see Set up Azure service accounts.

    Data collected by Discovery during horizontal discovery

    Discovery populates the data in the CMDB when running the Azure - Application LB (LP) pattern.

    Table 1. Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
    Field Description
    Name [name] The Name or ID if no Name is specified for the load balancer.
    Object ID [object_id] A unique identifier, allocated by Azure for this resource.
    Location [location] The path of the load balancer.
    State [state] The current state of the load balancer.
    IP Address [ip_address] IP address of the load balancer.
    Fully qualified domain name [fqdn] The fully qualified domain name of the load balancer.
    DNS Name [dns_name] The DNS name of the load balancer.
    Comments [comments] Identifier for internal usage (deletion strategy).
    Install Status [install_status] Install status of the resource. Default value is Installed.
    Table 2. Cloud LB IPAddress [cmdb_ci_cloud_lb_ipaddress]
    Field Description
    Object ID [object_id] A unique identifier, allocated by Azure for this resource.
    IP Address [ip_address] IP address of the load balancer.
    IPAddress Type [ipaddress_type] The type of the IP address. Possible values are private or public.
    Fully qualified domain name [fqdn] The fully qualified domain name of the load balancer.
    Comments [comments] Identifier for internal usage (deletion strategy).
    Install Status [install_status] Install status of the resource. Default value is Installed.
    Table 3. Load Balancer Pool [cmdb_ci_lb_pool]
    Field Description
    Name [name] The Name or ID if no Name is specified for the load balancer pool.
    Object ID [object_id] A unique identifier, allocated by Azure for this resource.
    Location [location] Path of the load balancer pool.
    Comments [comments] Identifier for internal usage (deletion strategy).
    Install Status [install_status] Install status of the resource. Default value is Installed.
    Table 4. Load Balancer Service [cmdb_ci_lb_service]
    Field Description
    Name [name] The Name or ID if no Name is specified for the load balancer service.
    Object ID [object_id] A unique identifier, allocated by Azure for this resource.
    Location [location] Path of the load balancer service.
    Port [port] The TCP port that the load balancer service listens to.
    Comments [comments] Identifier for internal usage (deletion strategy).
    Install Status [install_status] Install status of the resource. Default value is Installed.

    CI relationships

    The Azure - Application LB (LP) pattern creates the following relationships and references to support Azure Application LB discovery. References link to records in other tables and don't appear in the CI Relationship [cmdb_rel_ci] table.

    Table 5. CI relationships
    CI Relationship CI
    Cloud Load Balancer [cmdb_ci_cloud_load_balancer] Hosted on::Hosts Azure Datacenter [cmdb_ci_azure_datacenter]
    Cloud Load Balancer [cmdb_ci_cloud_load_balancer] Owns::Owned by Cloud LB IPAddress [cmdb_ci_cloud_lb_ipaddress]
    Load Balancer Pool [cmdb_ci_lb_pool] Hosted on::Hosts Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
    Load Balancer Service [cmdb_ci_lb_service] Hosted on::Hosts Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
    Cloud Subnet [cmdb_ci_cloud_subnet] Contains::Contained by Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
    Resource Group [cmdb_ci_resource_group] Contains::Contained by Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
    Table 6. CI references
    CI Field Referenced CI
    Key Value [cmdb_key_value] Configuration item [configuration_item] Cloud Load Balancer [cmdb_ci_cloud_load_balancer]

    Azure Tag discovery

    The Azure - Application LB (LP) pattern collects tags and populates them in the Key Value [cmdb_key_value] table.

    Table 7. Key Value [cmdb_key_value]
    Field Description
    Key [key] Tag name.
    Value [value] Tag value.
    Configuration item [configuration_item] References the Cloud Load Balancer [cmdb_ci_cloud_load_balancer] table.