Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a Windows-first bias by prioritizing Windows terminology and examples. Windows SKUs are listed before Linux, and Azure PowerShell is given equal prominence to Azure CLI, despite CLI being more cross-platform. There are no Linux shell or scripting examples, and the documentation refers to Windows-specific deployment scenarios and tools without providing equivalent Linux guidance.
Recommendations
- Present Linux and Windows options in parallel, or alternate which is listed first to avoid implicit prioritization.
- Include Linux shell (bash) scripting examples alongside PowerShell, especially in automation sections.
- Clarify when instructions or features are Windows-only, and provide Linux alternatives or workarounds where possible.
- Expand automation guidance to include Linux-native tools and scripting environments.
- Ensure that screenshots and UI instructions are not Windows-centric, or provide Linux-specific visuals if the experience differs.
Create Pull Request