Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page references Azure PowerShell and Azure CLI as methods to run queries, but lists Azure PowerShell first, which may suggest a Windows-first approach. There are no explicit examples or instructions for running queries on Linux systems, nor is there mention of Linux-specific tools or shell environments. The absence of Linux command-line examples or references to Bash or other Linux shells indicates a bias towards Windows usage patterns.
Recommendations
- List Azure CLI before Azure PowerShell, as CLI is cross-platform and more commonly used on Linux.
- Provide explicit examples of running queries using Azure CLI in Bash or other Linux shells.
- Mention that both Azure CLI and PowerShell are available on Linux, and provide installation or usage notes for Linux users.
- Include sample queries or instructions tailored for Linux environments, such as using Bash scripts or integrating with Linux automation tools.
Create Pull Request