Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell (a Windows-centric tool) is consistently presented before Azure CLI in command sections and examples, and output samples are shown in PowerShell format. The installation instructions and command references for PowerShell are more detailed and prominent than those for Azure CLI. Output screenshots and text samples use PowerShell syntax and conventions, which may be less familiar to Linux users. There is no explicit mention of Linux-specific shell environments (e.g., bash, zsh), nor are there any examples tailored for Linux users beyond generic Azure CLI usage.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples so that CLI is sometimes presented first.
- Provide output samples in both PowerShell and Azure CLI formats, or use CLI output as the default.
- Include explicit references to Linux environments (e.g., bash, zsh) in CLI examples, and clarify that Azure CLI is cross-platform.
- Add troubleshooting notes or installation instructions specific to Linux (e.g., apt, yum, snap) for Azure CLI.
- Ensure that screenshots and text outputs are shown for both PowerShell and CLI, or use CLI as the primary example.
- Mention that PowerShell Core is available on Linux, if PowerShell examples are retained, and provide guidance for Linux users.
Create Pull Request