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
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently providing Azure PowerShell examples and references before (or instead of) Azure CLI equivalents. In several places, only PowerShell commands are shown for key tasks, with Azure CLI mentioned as an alternative but not exemplified. There are no explicit Linux/bash shell examples, and the use of PowerShell is assumed as the default scripting environment. This may disadvantage Linux users or those who prefer cross-platform CLI tools.
Recommendations
  • Provide Azure CLI (az) command examples alongside PowerShell for all tasks, especially for counting role assignments and querying user information.
  • Explicitly mention that Azure CLI works on Linux, macOS, and Windows, and link to installation guides for non-Windows platforms.
  • Where scripting is shown, offer both PowerShell and bash (or shell-agnostic) syntax, or use tabs to let users select their preferred environment.
  • Review references to tools and commands to ensure Linux parity, e.g., avoid assuming PowerShell is the default and highlight cross-platform alternatives.
  • Add a section or note clarifying that all operations can be performed from Linux/macOS using Azure CLI and REST API, not just PowerShell.
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-09-10 00:00 #107 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets