Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for multiple programming languages and command-line interfaces, including Azure CLI and PowerShell. However, PowerShell is featured as a distinct pivot, which is primarily a Windows-centric tool, and there is no mention of Linux shell equivalents (such as Bash scripts) or Linux-specific instructions. The order of pivots places PowerShell immediately after Azure CLI, which may suggest a Windows-first approach. There are no explicit Linux examples or references to Linux tools.
Recommendations
- Add explicit Bash or shell script examples for Linux users, especially for command-line operations.
- Clarify in the documentation that Azure CLI is cross-platform and provide usage notes for both Windows and Linux environments.
- If PowerShell is included, consider also including examples for other popular Linux shells (e.g., Bash, Zsh) to ensure parity.
- Review the order of pivots to avoid suggesting Windows tools before Linux equivalents unless justified by usage statistics.
- Include troubleshooting steps or notes relevant to Linux environments, such as file permissions or package installation.
Create Pull Request