Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell is featured heavily with detailed installation and usage instructions, including troubleshooting for PowerShell 5.1 (Windows-only). The CLI section is present, but PowerShell instructions are more extensive and appear before CLI. There is no mention of Linux/macOS-specific shell environments, nor are there examples for Bash or other native Linux tools. The portal instructions are platform-agnostic, but command-line guidance is skewed toward Windows/PowerShell users.
Recommendations
- Add explicit Bash examples for Linux/macOS users, especially for Azure CLI usage.
- Clarify that Azure CLI commands work cross-platform and provide guidance for Linux/macOS installation and troubleshooting.
- Reduce PowerShell-specific troubleshooting steps or provide equivalent troubleshooting for Linux/macOS environments (e.g., dealing with Python/CLI extensions).
- Ensure CLI instructions are as detailed as PowerShell, including advanced usage and troubleshooting.
- Consider listing Azure CLI instructions before PowerShell, or present both side-by-side.
Create Pull Request