Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by exclusively referencing the Azure portal (web UI), Visual Studio Code, and Azure CLI, without providing any Linux-specific instructions, terminal screenshots, or alternative tools. All example commands and environment setup steps are generic and could apply to Linux, but there are no explicit Linux shell examples, nor is there mention of Linux desktop environments or alternative editors. The tip for opening the trace viewer uses the Windows-centric 'Ctrl' key convention, and there is no mention of Linux-specific keyboard shortcuts or usage patterns.
Recommendations
- Provide explicit Linux shell command examples and screenshots where relevant (e.g., bash, zsh).
- Mention Linux desktop environments and alternative editors (such as Vim, Emacs, GNOME Terminal) alongside Visual Studio Code.
- Clarify that Azure CLI and npm commands work on Linux and provide any necessary Linux-specific installation instructions.
- Include Linux keyboard shortcut conventions (e.g., 'Ctrl' vs 'Cmd' vs 'Super') in tips and instructions.
- Add notes or sections for troubleshooting or configuring on Linux systems, especially for environment variables and file paths.
- Ensure parity in examples by alternating or combining Windows and Linux instructions, rather than defaulting to Windows-centric patterns.
Create Pull Request