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.
Create pull request