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

Bias Types:
⚠️ windows_first
⚠️ missing_linux_example
Summary:
The documentation demonstrates a Windows bias by referring exclusively to 'Command Prompt', using Windows-style paths (e.g., C:\My Fluid Projects, \src\App.js), and not mentioning or providing examples for Linux or macOS environments. There are no Linux shell equivalents, and all navigation and file path instructions assume a Windows context.
Recommendations:
  • Include instructions for Linux/macOS users, such as using 'Terminal' instead of 'Command Prompt', and provide equivalent shell commands.
  • Use cross-platform file path notation (e.g., src/App.js) or mention both Windows and POSIX-style paths.
  • When giving navigation examples, show both Windows (cd C:\My Fluid Projects) and Linux/macOS (cd ~/My\ Fluid\ Projects) equivalents.
  • Explicitly state that the commands work on all platforms where Node.js is supported, and note any platform-specific caveats.
  • Consider adding a table or callout box summarizing command and path differences between Windows and Linux/macOS.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets