Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation demonstrates Windows bias in the 'Set environment variables' section, where Windows PowerShell syntax is presented first and in detail, while Bash/Linux syntax is presented afterwards. The only explicit mention of an OS-specific tool is PowerShell; there is no mention of Linux-specific shells or tools. No Linux-specific instructions or parity notes are provided for other platform-specific steps, such as Azure Portal navigation or CLI usage.
Recommendations
- Present Linux/Bash examples before or alongside Windows/PowerShell examples to avoid ordering bias.
- Explicitly mention that both Bash (Linux/macOS) and PowerShell (Windows) are supported for CLI commands, and clarify any differences in syntax or environment variable usage.
- Add a note or section for Linux/macOS users, including common shell usage patterns and troubleshooting tips.
- Where possible, provide parity for any OS-specific instructions, such as referencing Linux terminal or macOS Terminal for environment variable setting.
- Review all screenshots and portal navigation instructions to ensure they are not Windows-centric, or add clarifying notes for Linux/macOS users.
Create Pull Request