Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major operations (discover, run, check, remove extensions), but consistently presents PowerShell examples immediately after CLI and sometimes with more detail. There is no evidence of Windows-only tools or missing Linux examples, but PowerShell is not a native Linux tool and its prominence may create friction for Linux users. The documentation does not use Windows-specific tools or patterns, and all examples are Linux-appropriate. However, PowerShell is featured almost as prominently as CLI, which is more natural for Linux users.
Recommendations
- Prioritize Azure CLI examples before PowerShell throughout the documentation, as CLI is more native to Linux environments.
- Clearly indicate that PowerShell is optional and not required for Linux users.
- Consider grouping CLI and PowerShell examples under separate tabs or sections, with CLI as the default for Linux-focused docs.
- Add brief notes on how to install and use Azure CLI on Linux, and clarify that PowerShell is available but not necessary.
Create Pull Request