Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. Windows-centric tools (Visual Studio Code, Azure PowerShell) are mentioned and described before or more prominently than Linux alternatives. Examples are given for both Azure CLI and Azure PowerShell, but PowerShell is featured as a primary tab and is not explicitly contextualized as Windows-only. Visual Studio Code (a cross-platform tool, but often associated with Windows) is referenced repeatedly, and Windows-specific patterns (e.g., right-click, F2 hotkey) are described without Linux alternatives. There are no explicit Linux shell examples (e.g., Bash), and no mention of Linux-specific workflows or editors.
Recommendations
- Add explicit Bash shell examples for decompiling and exporting templates, especially for Linux users.
- Clarify that Azure PowerShell is primarily a Windows tool and suggest cross-platform alternatives (e.g., Azure CLI, Bash).
- When describing editor actions (e.g., renaming symbols), mention equivalent shortcuts or actions for Linux/Mac (e.g., VS Code on Linux uses the same F2 hotkey, but right-click behavior may differ).
- Include references to Linux-native editors (e.g., Vim, Nano) or workflows for users who do not use Visual Studio Code.
- Ensure that cross-platform tools are described before or alongside Windows-specific tools, and avoid implying Windows as the default environment.
Create Pull Request