Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a Windows bias by referencing PowerShell and Visual Studio Code as primary tools, listing PowerShell deployment instructions before CLI, and omitting explicit Linux/macOS terminal examples or shell commands. The use of Windows-centric shortcuts (e.g., ctrl+`) and lack of mention of Linux editors or shells further reinforces this bias.
Recommendations
- Add explicit Linux/macOS shell examples (e.g., bash) alongside PowerShell and Azure CLI instructions.
- Mention common Linux editors (e.g., Vim, Nano) in addition to Visual Studio Code.
- Include Linux/macOS-specific instructions for changing directories and running commands.
- Clarify that Azure CLI commands work cross-platform and provide terminal usage examples for Linux/macOS.
- Avoid Windows-specific keyboard shortcuts or provide alternatives for other platforms.
Create Pull Request