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
missing_linux_example
Summary
The documentation page exhibits Windows bias primarily in the way local environment examples and file paths are presented. The instructions for running Azure CLI locally mention Windows PowerShell as the example console application, and file path examples for upload and download operations use Windows-style paths (e.g., 'C:\myFolder\upload.txt') exclusively. There are no Linux or macOS equivalents shown for terminal usage or file paths, and no mention of Bash, zsh, or other common Linux shells.
Recommendations
  • Include Linux and macOS terminal examples alongside Windows PowerShell, such as referencing Bash or Terminal.
  • Provide file path examples using both Windows (e.g., 'C:\myFolder\upload.txt') and Linux/macOS (e.g., '/home/user/upload.txt') formats for upload/download commands.
  • Explicitly state that the Azure CLI works cross-platform and mention how to adapt commands for different operating systems.
  • Add notes or callouts for OS-specific behaviors, if any, especially regarding file paths and shell usage.
  • Consider alternating the order of examples or presenting both Windows and Linux/macOS examples together to avoid implicit prioritization.
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-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets