Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation demonstrates a bias toward Windows and PowerShell by providing detailed PowerShell instructions and references before or instead of equivalent Linux/bash examples. While Azure CLI is mentioned, PowerShell is often presented first and in more detail. There is a lack of explicit Linux shell command examples, and references to exporting data (e.g., to CSV) use Windows-centric tooling. The installation of the Azure Guest Agent references both Windows and Linux, but the overall pattern prioritizes Windows tools and workflows.
Recommendations
- Provide Linux/bash command examples alongside PowerShell, especially for tasks like listing extensions and exporting data.
- When referencing exporting data (e.g., role assignments), include Linux-native options (such as using jq or awk with Azure CLI output).
- Alternate the order of presenting Windows and Linux instructions to avoid implicit prioritization.
- Ensure troubleshooting and migration steps include Linux-specific guidance and links.
- Explicitly mention cross-platform compatibility for all tools and commands, and clarify when instructions differ between Windows and Linux.
Create Pull Request