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 recommending the Microsoft Installer (MSI) for Node.js installation, which is specific to Windows, and does not mention Linux installation methods or provide Linux-specific guidance. All command-line examples are generic and cross-platform, but the only installation method referenced is Windows-centric. There are no explicit Linux or macOS instructions or troubleshooting notes.
Recommendations
  • Provide Linux and macOS installation instructions for Node.js alongside the Windows MSI recommendation, such as using package managers like apt, yum, or Homebrew.
  • Explicitly state that the command-line instructions work on Linux, macOS, and Windows, and note any OS-specific differences if applicable.
  • Add a note or section for Linux/macOS users on installing dependencies and running the sample, including any permissions or environment considerations.
  • Avoid referencing Windows-specific installers or tools without offering equivalent options for other platforms.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets