When an IP address is used in the URL entry point for application service discovery, no virtual directory is createdIssue Using the HTTPS URL, Discovery does not create a virtual directory for one of the IIS services. However, if the webserver IP address is used as an entry point, a virtual directory is created.CausePattern "IP Address" is not used to filter data before creating the connectionResolutionGo to IIS Pattern: https://<your-instance>.service-now.com/nav_to.do?uri=sa_pattern.do?sys_id=28d607dbfead4be3887c843814455200 Add the below condition in step 24: $iis_websites[].bindings "Contains"$entry_point.ip_addresst + ":" + $entry_point.port Save the pattern, publish with libraries, Sync pattern to MID server and re-run the discovery.