Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page references running queries via Azure PowerShell, Azure CLI, and the Azure portal, but lists Azure PowerShell first and does not provide explicit Linux-specific examples or mention Linux-native tools. There is no discussion of Linux shell usage, nor are there examples tailored for Linux environments, which may suggest a subtle Windows-first bias and a lack of Linux parity.
Recommendations
- Provide explicit Linux shell (bash) examples for running Azure CLI commands.
- Mention that Azure CLI is cross-platform and can be used natively on Linux and macOS, not just Windows.
- Include instructions or examples for running queries from Linux terminals, such as using bash scripts or integrating with Linux automation tools.
- Avoid listing Windows-specific tools (e.g., PowerShell) before cross-platform alternatives unless contextually necessary.
- Add a note clarifying platform compatibility for all tools mentioned.
Create Pull Request