Microsoft Azure Application Gateway discovery with Patterns
The ServiceNow Discovery application uses the Azure Application Gateway (LP) pattern for discovering this product, while the Service Mapping application discovers Application Gateway using the Azure Application Gateway TD (LBS) pattern. Discovering some of these resources may require updating to the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Prerequisites
- Azure Principal credentials
- On the ServiceNow platform, create a service account for cloud discovery. Set the account Id to the Azure Service Principal as it appears at the Microsoft Azure Console.
- Privileges
- On the Microsoft Azure Console, provide a user a user with the reader role.
Data collected by Discovery during horizontal discovery
| Table and field | Additional information |
|---|---|
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | |
| name | The name of the Azure Application Gateway. |
| Fqdn | The fully qualified domain name of the Azure Application Gateway. |
| Object_id | The ID of the gateway. |
| Install_status | The install status of the of the Azure Application Gateway. |
| state | The state of the Azure Application Gateway. |
| Cloud LB IPAddress [cmdb_ci_cloud_lb_ipaddress] | |
| name | The IP address of the Azure Application Gateway. |
| Object_id | The ID of the Azure Application Gateway. |
| ipaddress _type | The type of the IP address, which can be private or public. |
| ip_address | The IP address of the Azure Application Gateway. |
| state | The state of the IP address of the Azure Application Gateway. |
| operational_state | The operational state of the IP address of the Azure Application Gateway. |
| install_status | The install status of the IP address of the Azure Application Gateway. |
| Load Balancer Service [cmdb_ci_lb_service] | |
| serial number | The ID of the Azure Application Gateway service. |
| port | The TCP port that the Azure Application Gateway service listens to. |
| name | The FQDN with the port number of the Azure Application Gateway service, following this syntax: <fqdn>:<port>. |
| ip_address | The IP address of the Azure Application Gateway on which the service runs. |
| object_id | The ID of the Azure Application Gateway service. |
| operational_state | The operational state of the Azure Application Gateway service. |
CI relationships
| CI | Relationship | CI |
|---|---|---|
| Load Balancer Service [cmdb_ci_lb_service] | Hosted on::Hosts | Cloud Load Balancer [cmdb_ci_cloud_load_balancer] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Owns::Owned by | Cloud LB IPAddress [cmdb_ci_cloud_lb_ipaddress] |
| Resource Group [cmdb_ci_resource_group] | Contains::Contained by | Cloud Load Balancer [cmdb_ci_cloud_load_balancer] |
Connections discovered by Service Mapping during the top-down discovery
Service Mapping performs the top-down discovery of the Azure Application Gateway in the context of application services. Service Mapping discovers the outgoing http connections from Azure Application Gateway service to pool members, such as virtual machines.