Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation shows evidence of Windows bias in several ways. Most queries and examples either reference Windows-specific concepts (e.g., 'WindowsPendingReboot'), use Windows-centric assignment names, or lack Linux equivalents for similar scenarios. The documentation consistently presents PowerShell examples (a Windows-native tool) alongside Azure CLI, but does not provide Linux shell (bash) or scripting examples. In the 'pending reboot' section, only Windows machines are referenced, with no mention of how to check for pending reboots on Linux. There is only one explicit Linux example (installed_application_linux), and it appears last in the page, rather than being presented in parity with Windows scenarios.
Recommendations
  • Provide Linux-specific examples for all scenarios, especially for 'pending reboot' and compliance queries.
  • Include bash or shell script equivalents alongside PowerShell, not just Azure CLI.
  • Use assignment names and queries that are OS-agnostic or provide both Windows and Linux versions side-by-side.
  • Document how to check for Linux pending reboots, e.g., using assignment names like 'LinuxPendingReboot' if available.
  • Ensure that Linux examples are presented with equal prominence and order as Windows examples.
  • Clarify in each section which OS the example applies to, and offer alternatives for the other OS.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets