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 may suggest a Windows-first approach. There is a custom metadata tag 'devx-track-azurepowershell' listed before 'devx-track-azurecli', and no explicit Linux-specific instructions or examples are provided. The page does not mention running queries from Linux shells or provide bash examples, focusing instead on PowerShell and generic Azure CLI usage.
Recommendations
- Explicitly mention that Azure CLI is cross-platform and provide Linux/bash shell examples for running queries.
- List Azure CLI before Azure PowerShell when describing query execution options to avoid Windows-first ordering.
- Add instructions or examples for running queries from Linux environments, such as bash or zsh.
- Clarify that Resource Graph Explorer is accessible via browser on any OS, not just Windows.
- Consider adding a 'devx-track-linux' metadata tag to highlight Linux parity.
Create Pull Request