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
Summary
The documentation consistently uses PowerShell syntax (e.g., 'npm install ...' and 'npm run build' in PowerShell code blocks) for all command-line examples, which may imply a Windows-first approach. There are no explicit Linux or macOS shell examples, nor is there mention of cross-platform command-line usage. While the content itself is cross-platform (Node.js, npm, webpack), the exclusive use of PowerShell code blocks and lack of Linux/macOS terminal examples could make Linux users feel less directly supported.
Recommendations
  • Provide both Windows (PowerShell or CMD) and Linux/macOS (bash/sh) command-line examples, or use generic shell code blocks (e.g., 'sh' or 'bash') for npm commands.
  • Add a note clarifying that all npm and Node.js commands work cross-platform, and that the examples are not Windows-specific.
  • Where relevant, mention any OS-specific differences (e.g., file paths, environment variables) to ensure Linux/macOS users are aware of how to adapt instructions.
  • Consider alternating the order of examples or using tabs to allow users to select their OS for command-line instructions.
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