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 demonstrates a Windows bias by consistently using Windows-specific command-line environments (cmd, PowerShell) in instructions and output examples, and by showing Windows-style file paths (e.g., C:\Tutorials). There are no explicit Linux or macOS terminal examples, nor any mention of platform-specific differences in commands, file paths, or environment setup. The tutorial assumes a Windows environment for running commands and viewing output, which may confuse or exclude Linux/macOS users.
Recommendations
  • Include Linux/macOS terminal examples alongside Windows (e.g., show bash/zsh commands and output).
  • Use platform-neutral file paths (e.g., ~/Tutorials/QueueApp instead of C:\Tutorials\QueueApp) or provide both Windows and Linux/macOS path formats.
  • Explicitly mention that the .NET CLI and Visual Studio Code are cross-platform, and provide guidance for installing and running them on Linux/macOS.
  • Add notes or sections highlighting any platform-specific differences in running the app, such as environment variables, authentication, or file system behavior.
  • When referencing 'console window', clarify that this could be Command Prompt, PowerShell, Terminal (macOS), or Bash (Linux), and provide equivalent instructions for each.
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
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets