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:
⚠️
powershell_heavy
⚠️
windows_first
Summary:
The documentation includes a code snippet using PowerShell syntax for npm installation (`npm install --save-dev style-loader css-loader`) and presents this as the primary or only shell example. There are no explicit Linux/macOS shell (bash) equivalents, and the use of PowerShell is not contextualized as Windows-specific, which may confuse or exclude Linux/macOS users.
Recommendations:
- Provide both PowerShell (Windows) and bash (Linux/macOS) command examples for npm installation steps. For example, use a generic shell prompt (`$`) or explicitly show both (`npm install --save-dev style-loader css-loader`).
- Avoid using PowerShell-specific prompts or syntax unless the documentation is Windows-specific. Use cross-platform shell commands where possible.
- Add a note clarifying that npm commands are the same across platforms, and that the example applies to all operating systems.
- If referencing tools or workflows that differ between platforms (e.g., file paths, environment variables), include Linux/macOS equivalents or mention any differences.
Create pull request