Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation demonstrates a Windows bias by presenting PowerShell instructions before Azure CLI, referencing Windows PowerShell as the default shell for command-line examples, and mentioning Windows-specific tools and patterns (e.g., 'Open a Windows PowerShell command window'). Linux equivalents (such as Bash) are not explicitly mentioned, and the CLI section suggests using PowerShell as the local shell even for Azure CLI commands. There are no Bash-specific instructions or examples, and the documentation does not address Linux users directly.
Recommendations
- Add explicit Bash/Linux shell instructions and examples alongside PowerShell, especially for Azure CLI usage.
- When referencing command-line usage, mention both Windows PowerShell and Bash/Terminal for cross-platform parity.
- Avoid phrases like 'Open a Windows PowerShell command window' as the default; instead, use 'Open your preferred command-line shell (PowerShell, Command Prompt, or Bash/Terminal)'.
- Ensure that all CLI commands are shown in a way that works on both Windows and Linux/macOS, and note any platform-specific differences.
- Include troubleshooting or validation steps that are relevant for Linux environments (e.g., file path conventions, permissions).
Create Pull Request