Classification of VDIs into computer class using Service graph connector for AzureStarting 1.12.1 release SGC Azure provides configuration for customers to classify VMs into computer class based on a decision table Below are the list of conditions which are checked for classification Condition 1 : If (Publisher contains "microsoftwindowsserver" OR "windows server") OR (offer contains “windowsserver” OR "windows server") : Classify as Server Condition 2: Classify as Server if Operating system matches these conditionOS Name starts with one of Windows 2000Windows 2003Windows NT OR OS contains "2008"OS that contains "2012"OS that contains "2016"OS that contains "2010"OS that contains "202" Condition 3: Evaluates the decision table. The following are the OOB decisions we plan to ship, which will be matched in the order listed below. The first matching decision in this order will be returned. Match on the Tag property value – Classify as ComputerPublisher contains server – Classify as ServerOS Name contains server – Classify as ServerOffer contains server – Classify as ServerSku contains avd - Classify as Computer If none of the conditions match , the default is classified as server Configurations for customers Customers and use SN_IS_COMPUTER tag in their Azure environment for classifying those VMs as Computer with value true or falseIf customers already have a tag which they are using for classification purposes they can provide the tag name by creating sn_sg_azure_integ.azure_vdi_tag system property in ServiceNowThe value of the tag can be configured in the decision tableNavigate to Process Automation > Flow Designer and click on Decision Tables pillSearch for Is Azure VDI table and click on itDo not edit anything on the inputs of the decision tableIn Decision table section if customer has configured custom tag then the value has to be changed in the first decision on column tagCustomer can add more decisions and provide what should be classified as VDI with output as true and false in the results columnThese conditions are matched based on the order in the decision table first matched result is returnedAll conditions in each row are evaluate as AND condition. Each row is evaluated as OR condition Refer Modify decision table rules in Workflow Studio to know mode on how to edit decision table NOTE: As Azure does not return full data set used to classify a VM classification and reclassification happens only when the VM is in running state.