Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions Azure PowerShell before Azure CLI when listing query execution options, which may suggest a Windows-first approach. There is an explicit reference to Azure PowerShell, a tool most commonly associated with Windows environments, and no explicit Linux shell (e.g., Bash) or cross-platform CLI examples are provided. The documentation does not provide sample commands or instructions tailored for Linux users, nor does it mention Linux-specific tools or usage patterns.
Recommendations
- List Azure CLI before Azure PowerShell when describing cross-platform options, as CLI is natively cross-platform.
- Provide explicit sample commands for both Azure CLI (bash/zsh) and Azure PowerShell, showing usage on Linux and Windows.
- Mention that Azure CLI is available on Linux, macOS, and Windows, and provide installation or usage links for Linux users.
- Include examples or notes for running queries in Linux shells, and clarify any platform-specific differences.
- Avoid implying PowerShell is the primary or default method unless justified by user data.
Create Pull Request