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
windows_tools
missing_linux_example
Summary
The documentation exhibits several forms of Windows bias. PowerShell is presented as a primary automation method alongside the Azure Portal, with examples and file paths that are Windows-centric (e.g., C:\Users\SampleUser\Downloads). In some sections, PowerShell instructions are given before Azure CLI, and CLI examples sometimes reuse PowerShell commands or syntax. There is no explicit mention of Linux shell environments (bash, zsh), nor are Linux-specific file paths or usage patterns shown. The documentation does not clarify cross-platform differences, such as how file paths or environment variables should be handled on Linux/macOS. There are no bash or shell script examples, and the documentation assumes familiarity with Windows conventions.
Recommendations
  • Add explicit Linux/macOS examples for file paths (e.g., /home/sampleuser/Downloads/LOA.pdf) and clarify cross-platform differences in file handling.
  • Include bash or shell script equivalents for PowerShell commands, especially for Azure CLI usage.
  • Ensure Azure CLI instructions are fully platform-neutral, avoiding Windows-centric syntax or assumptions.
  • Present Azure CLI and PowerShell examples in parallel, and avoid giving PowerShell precedence over CLI, especially since CLI is cross-platform.
  • Add notes or tips for Linux/macOS users where behavior or syntax differs (e.g., path separators, environment variables).
  • Review screenshots and UI references to ensure they are not exclusively Windows-oriented if possible.
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-03 00:00 #100 completed Clean Clean
2025-08-03 00:00 #69 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Clean Clean

Flagged Code Snippets