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
missing_linux_example
Summary
The documentation consistently refers to 'command prompt' and 'Visual Studio Code' as the default terminal and editor, and uses semicolon-separated command chaining (e.g., 'python send.py; python recv.py') which is a Windows CMD pattern. There are no explicit Linux or macOS terminal instructions or mentions of Bash, nor are alternative editors or shells suggested. The phrase 'open a command prompt that has Python in its path' is Windows-centric. No Linux-specific instructions, screenshots, or troubleshooting are provided.
Recommendations
  • Use neutral terms like 'terminal' or 'shell' instead of 'command prompt', and clarify that instructions apply to Windows, Linux, and macOS.
  • Provide both Windows and Linux/macOS command examples, e.g., use '&&' for Bash and ';' for CMD/PowerShell, or explain the difference.
  • Mention alternative editors such as 'nano', 'vim', or 'gedit' for Linux users alongside Visual Studio Code.
  • Include notes or callouts for any OS-specific steps, such as how to ensure Python is in the PATH on different platforms.
  • Add Linux/macOS screenshots or clarify that the Azure CLI and Python code work cross-platform.
  • Explicitly state that the instructions are valid for all major operating systems, and provide troubleshooting tips for common Linux/macOS issues (e.g., permissions, package installation).
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
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 Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets