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
windows_tools
powershell_heavy
Summary
The documentation demonstrates a moderate Windows bias. While it claims cross-platform compatibility and recommends Visual Studio Code and .NET Core SDK (both cross-platform), all command-line examples and output use Windows-style paths (e.g., C:\Tutorials), and references to console windows mention 'cmd' and 'PowerShell' before 'Azure CLI'. There are no explicit Linux or macOS terminal examples, and no mention of Linux-specific shell environments (e.g., bash, zsh). The output samples and instructions assume a Windows file system and command prompt experience.
Recommendations
  • Include Linux/macOS terminal examples alongside Windows ones, using POSIX-style paths (e.g., ~/Tutorials) and bash/zsh syntax where appropriate.
  • When referencing console windows, mention Linux/macOS terminals (e.g., 'Terminal', 'bash', 'zsh') equally or before Windows-specific shells.
  • Provide example output using Linux/macOS file paths and prompt styles (e.g., user@host:~/Tutorials$) in addition to Windows output.
  • Avoid using only Windows-style paths in code/output snippets; use environment-agnostic or dual examples.
  • Explicitly state that all commands work on Windows, Linux, and macOS, and provide troubleshooting tips for common cross-platform issues (e.g., case sensitivity, path separators).
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