Azure WebSite Pattern is failing during Azure DiscoveryDescriptionAzure WebSite pattern failed during Azure discovery with error, Failed Exploring CI Pattern, Pattern name: Azure WebSite Horizontal discovery log has: Identification CI Errors:Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: The following fields are mandatory: IP Address,Insertion failed with error Data Policy Exception: Steps to Reproduce Run disovery to Azure website with some of the cloud webserver do not have ip address.WorkaroundAccess "Azure Website" pattern Modified step 12 Resolve FQDN to IPs Value field fromEVAL(return com.snc.sw.util.DNSUtils.resolveHostName( ${cmdb_ci_cloud_webserver[].fqdn} );) to EVAL(javascript: var rtrn = ''try{ var value = Packages.com.snc.sw.util.DNSUtils.resolveToOneIP(${cmdb_ci_cloud_webserver[].fqdn}) }catch(e){} if (value) { rtrn = value}else { rtrn = ${cmdb_ci_cloud_webserver[].fqdn}}rtrn)Related Problem: PRB1403371