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
⚠️
windows_tools
⚠️
powershell_heavy
Summary:
The documentation demonstrates a mild Windows bias by listing Windows command syntax first in environment variable examples, providing specific guidance for Windows Command Shell quoting before mentioning other shells, and referencing Windows-specific command patterns. While Linux and macOS equivalents are included, Windows is consistently prioritized in order and detail.
Recommendations:
- Present Linux and Windows command examples side-by-side or in parallel order, alternating which OS is listed first.
- Provide explicit Linux shell (bash/zsh) and macOS examples with equal prominence to Windows examples.
- When discussing shell quoting, mention Linux/macOS conventions first or together with Windows, rather than treating Windows as the default.
- Include a dedicated section or callout for Linux/macOS-specific performance tuning tips, not just a brief mention (e.g., concurrent local scanning).
- Ensure all environment variable and command-line examples are shown for both Windows (cmd.exe and optionally PowerShell) and Linux/macOS, with clear context.
Create pull request