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
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for verifying results, but PowerShell is given equal prominence and is presented as a separate tab. There is no explicit mention of Linux-specific tools or shell environments (such as Bash), nor are Linux command-line patterns (e.g., export, echo) shown. The use of PowerShell syntax ($variable=...) may be confusing for Linux users, and the CLI examples use variable assignment syntax that is compatible with Bash but not with Windows CMD. Overall, the documentation is slightly Windows-biased by presenting PowerShell as a primary option and not explicitly addressing Linux shell environments.
Recommendations
  • Add explicit Bash/Linux shell examples for verification steps, using standard Bash syntax (e.g., export, echo, variable assignment).
  • Clarify which command examples are intended for Windows CMD, PowerShell, or Bash, and provide tabs for each where appropriate.
  • Mention that Azure CLI is cross-platform and can be used in Bash, PowerShell, or CMD, with examples for each.
  • Ensure that variable assignment and command syntax are correct for both Linux and Windows environments.
  • Consider listing Bash/Linux examples before PowerShell to avoid implicit Windows-first bias.
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-12 00:00 #243 cancelled 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 Clean Clean
2026-01-08 00:00 #228 cancelled Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-15 00:00 #112 completed Biased Biased
2025-08-15 00:01 #81 cancelled Biased Biased
2025-07-13 21:37 #48 completed Biased Biased
2025-07-13 21:25 #47 cancelled Clean Clean
2025-07-13 20:48 #44 cancelled Biased Biased

Flagged Code Snippets