Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation demonstrates a Windows bias by consistently presenting command-line examples with Windows-specific syntax (e.g., 'C:\>' prompt), listing PowerShell instructions before Azure CLI, and referencing Windows tools and conventions. There are no explicit Linux or macOS shell examples, and installation or usage instructions assume a Windows environment.
Recommendations
- Provide Linux/macOS shell examples alongside or before Windows examples, using appropriate prompts (e.g., '$' for Bash).
- Include installation instructions for PowerShell and Azure CLI on Linux/macOS, not just Windows.
- Avoid using Windows-specific file paths or prompts in generic command examples; use platform-neutral syntax where possible.
- Explicitly state cross-platform compatibility of tools and commands, and link to relevant platform-specific documentation.
- Balance the order of examples (sometimes showing Azure CLI or Bash first) to avoid reinforcing a Windows-first perspective.
Create Pull Request