Internal server error

Copper Contributor

Internal Server Error 

Customer is facing this issue. 

 



Query is: 

DeviceInfo 
| where ExposureLevel == "High" 
| join DeviceTvmSoftwareVulnerabilities on DeviceId 
| join DeviceTvmSoftwareVulnerabilitiesKB on CveId 
| where IsExploitAvailable == 1 
| where VulnerabilitySeverityLevel has_any ("Critical") 
| summarize make_list(SoftwareName) by DeviceName 
| project DeviceName, list_SoftwareName 

Please let me know the cause and workaround for this. 

Thanks in advance. 

Krishna_Chaitanya_0-1689850824358.jpeg

0 Replies