Visualise the outdated Operating Systems used to connect to your cloud environment
Query · kql
CloudAppEvents | where UserAgentTags contains "Outdated operating system" | summarize count() by OSPlatform | render piechart with(title="Outdated Operating Systems Used")