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 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 or Windows-only development environment. There are no explicit Linux or macOS shell examples, and no mention of cross-platform command-line usage or differences.
Recommendations:
- Use generic shell (sh, bash) code blocks for npm and CLI commands instead of PowerShell, unless a Windows-specific command is required.
- Add a note clarifying that all npm commands work on Windows, Linux, and macOS, and that the examples are cross-platform.
- If platform-specific differences exist (e.g., file paths, environment variables), provide both Windows and Linux/macOS examples.
- Avoid using PowerShell-specific code block annotations unless demonstrating PowerShell-specific functionality.
Create pull request