Azure NIC pattern-based discovery

  • Release version: Yokohama
  • Updated June 17, 2026
  • 1 minute to read
  • Discovery and Service Mapping Patterns finds Azure network interfaces Controller (NIC) 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 components 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 - NIC (LP) pattern.

    Table 1. Cloud Mgmt Network Interface [cmdb_ci_nic]
    Field Description
    Name [name] The Name or ID if no Name is specified for the network interface.
    Object ID [object_id] A unique identifier, allocated by Azure for this resource.
    MAC Address [mac_address] The MAC address of the network interface.
    State [state] The current state of the network interface.
    NIC Status [status] The provisioning state of the network interface as returned by Azure.
    Private IP [private_ip] The IPv4 address of the network interface within the subnet.
    Public IP [public_ip] The address of the Elastic IP address bound to the network interface.
    Public DNS [public_dns] The public DNS name of the network interface.
    Install Status [install_status] Install status of the resource. Default value is Installed.

    CI relationships

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

    Table 2. CI relationships
    CI Relationship CI
    Cloud Mgmt Network Interface [cmdb_ci_nic] Hosted on::Hosts Azure Datacenter [cmdb_ci_azure_datacenter]
    Resource Group [cmdb_ci_resource_group] Contains::Contained by Cloud Mgmt Network Interface [cmdb_ci_nic]
    Cloud Subnet [cmdb_ci_cloud_subnet] Contains::Contained by Cloud Mgmt Network Interface [cmdb_ci_nic]
    Table 3. CI references
    CI Field Referenced CI
    Key Value [cmdb_key_value] Configuration item [configuration_item] Cloud Mgmt Network Interface [cmdb_ci_nic]

    Azure Tag discovery

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

    Table 4. Key Value [cmdb_key_value]
    Field Description
    Key [key] Tag name.
    Value [value] Tag value.
    Configuration item [configuration_item] References the Cloud Mgmt Network Interface [cmdb_ci_nic] table.