How does Horizontal Discovery of Cloud-based Servers create Virtualized By::Virtualizes relationship between the servers and the virtual instances?Issue In horizontal discovery of cloud servers For Patterns: There is a post-processing script called "Create Relation Between Host To VM Instance" associated with 2 horizontal patterns << Linux Server & Windows OS - Servers >> /nav_to.do?uri=sa_pattern_prepost_script.do?sys_id=0341096adb457200c12ef9361d96193f The created relationships will be based on the object id. Moreover, In <Windows OS - servers & Linux Server> Patterns, < If host discovered by cloud discovery, set it as virtual > step sets the is_virtual flag if the server is hosted on Azure or AWS. For Probes: Although this was not included in Kingston release windows classifiers triggers probes related list. It seems to be in both London and Madrid latest releases. The 'Windows Azure' probe is triggered from the windows classifiers. Here is the order in discovery terms for the relationship: 'Windows - Azure' probe -> 'Windows - Azure' sensor and with embedded script in the sensor: if (related_data.isAzure) { current.virtual = 'true'; var p = SncProbe.get('Windows - Azure Relationship'); [...] This calls: 'Windows - Azure Relationship' probe to create the: Virtualized By::Virtualizes relationship between the servers and the virtual instances