Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references Azure PowerShell before Azure CLI when listing query execution options, which can suggest a Windows-first approach. The mention of Azure PowerShell (commonly associated with Windows environments) and the custom metadata 'devx-track-azurepowershell' reinforce this bias. There are no explicit Linux shell examples (e.g., Bash), nor are Linux-specific tools or instructions provided.
Recommendations
- List Azure CLI before Azure PowerShell when describing cross-platform query execution options, as CLI is natively supported on Linux and macOS.
- Include explicit Bash/Linux shell examples for running queries using Azure CLI.
- Add metadata tags that reflect Linux parity, such as 'devx-track-linux' or similar.
- Clarify that Azure CLI is cross-platform and provide installation/use instructions for Linux environments.
- Avoid implying PowerShell is the primary or default method unless justified by user data.
Create Pull Request