Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing PowerShell and CLI commands together, but only explicitly mentioning 'PowerShell' (a Windows-centric tool) and not providing Linux-specific shell examples. The phrase 'sample CLI and PowerShell command' is used, and the batching configuration section lists 'portal, CLI, PowerShell, or SDKs' as options, with PowerShell mentioned before Linux-native tools. The CLI example uses Bash syntax, but there is no explicit mention or example for Linux shell environments, nor any clarification for differences in command usage between Windows and Linux. There is no mention of Linux tools or patterns, and no guidance for Linux users.
Recommendations
- Explicitly mention Linux shell environments (e.g., Bash, Zsh) when providing CLI examples.
- Provide equivalent examples for Linux (e.g., Bash scripts) alongside PowerShell commands, or clarify that the CLI example is cross-platform.
- When listing tooling options, alternate or balance the order (e.g., 'CLI, PowerShell, portal, SDKs') to avoid Windows-first bias.
- Add notes or sections clarifying any differences in command syntax or environment setup between Windows and Linux.
- Include troubleshooting or environment setup guidance for Linux users where relevant.
Create Pull Request