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
powershell_heavy
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by primarily referencing PowerShell and Windows-centric tools and patterns. Examples use PowerShell-specific syntax (backtick escaping), and instructions for Bash are only mentioned as alternatives or after PowerShell. There is a lack of explicit Linux shell examples, and tools like Visual Studio Code and Git Bash (Windows-focused) are recommended over native Linux options.
Recommendations
  • Provide explicit Bash/Linux shell examples alongside PowerShell, including correct escaping and file referencing syntax for Linux shells.
  • Mention native Linux terminals (e.g., GNOME Terminal, Konsole) and editors (e.g., Vim, Nano) as alternatives to Visual Studio Code.
  • Reorder instructions so that Linux/Bash examples are presented before or alongside Windows/PowerShell examples, not as an afterthought.
  • Clarify differences in command syntax and escaping between PowerShell and Bash, with dedicated sections or callouts for each.
  • Avoid recommending Git Bash as the primary Bash shell for Linux users; instead, reference standard Linux environments.
  • Ensure that all prerequisites and setup steps are platform-neutral or provide platform-specific guidance for both Windows and Linux.
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-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets