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 demonstrates a subtle Windows bias by listing Windows console environments (cmd, PowerShell) before Bash when describing where to run commands. There are no explicit Linux-specific instructions, examples, or troubleshooting notes, and the documentation does not mention platform-specific differences in environment variable setup or .NET SDK installation. All examples are generic and do not address Linux users' needs directly.
Recommendations
  • Explicitly mention Linux and macOS environments alongside Windows when referring to console windows, e.g., 'in a console window (such as cmd, PowerShell, Bash, or Terminal)'.
  • Provide platform-specific instructions for setting environment variables (e.g., using 'export' in Bash for Linux/macOS, 'set' in cmd, and '$env:' in PowerShell for Windows).
  • Include troubleshooting notes for common Linux/macOS issues, such as permissions or SDK installation paths.
  • Ensure parity in examples by showing how to run commands and edit files on Linux/macOS (e.g., using nano or vim to edit Program.cs).
  • Add a section or note confirming that the instructions apply equally to Linux/macOS and Windows, and highlight any platform-specific caveats.
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 Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-24 00:00 #59 completed Clean Clean

Flagged Code Snippets