Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by mentioning Windows and PowerShell tools and patterns before their Linux equivalents, providing examples and shortcuts that are Windows-centric, and omitting explicit Linux shell or tool examples. References to exporting resources and using command palettes are described with Windows terminology first, and PowerShell is highlighted as a primary method for resource export. There are no explicit Linux shell (bash) or cross-platform CLI examples, and Windows-specific resource extensions (e.g., DependencyAgentWindows) are referenced without Linux alternatives.
Recommendations
- Provide explicit Linux shell (bash) examples alongside PowerShell commands, especially when describing resource export or CLI usage.
- Mention Linux tools and patterns (e.g., az CLI usage in bash, Linux-specific resource extensions) equally or before Windows equivalents.
- Clarify that Azure CLI and Visual Studio Code are cross-platform, and provide OS-agnostic instructions where possible.
- Include keyboard shortcuts for Linux and macOS equally, and avoid listing Windows shortcuts first.
- Reference Linux-compatible resource extensions and scenarios when discussing VM extensions.
- Add guidance for users working on Linux environments, such as using bash scripts for automation or deployment.
Create Pull Request