Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides detailed instructions and examples for both PowerShell and Azure CLI, but the PowerShell (Windows-centric) section is presented before the Azure CLI (cross-platform) section. There are no Linux-specific examples or references to Linux tools, but Azure CLI is inherently cross-platform. No explicit Windows-only tools are mentioned, but the ordering and emphasis on PowerShell may signal a Windows-first bias.
Recommendations
- Present Azure CLI examples before PowerShell, as Azure CLI is cross-platform and more accessible to Linux and macOS users.
- Explicitly mention that both PowerShell and Azure CLI are available on Windows, Linux, and macOS, and provide installation links for each platform.
- Consider adding a short section or note highlighting that all examples work on Linux and macOS, not just Windows.
- If possible, provide bash shell examples or clarify that Azure CLI commands are intended for use in bash/zsh as well as Windows command prompt or PowerShell.
- Review other documentation pages for similar ordering and ensure parity in example prominence for cross-platform tools.
Create Pull Request