Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query. While Azure CLI is cross-platform, Azure PowerShell is primarily a Windows-centric tool (though it is available on Linux, its usage is much more common on Windows). There are no explicit Linux shell (bash) examples, nor are Linux-native tools (e.g., curl, jq, bash scripting) mentioned. The ordering of examples always places Azure CLI first, which is positive for cross-platform parity, but the inclusion of PowerShell and absence of Linux-specific shell examples indicates a mild Windows bias.
Recommendations
- Add explicit bash/shell examples for running az graph query commands, showing output parsing with jq or similar Linux tools.
- Clarify that Azure CLI commands work on Linux, macOS, and Windows, and provide installation/usage notes for Linux users.
- Consider removing or de-emphasizing PowerShell examples unless there is a specific Windows-only use case.
- Where relevant, mention Linux-native alternatives for scripting and automation (e.g., bash, zsh, etc.).
- Ensure documentation is reviewed for parity in example coverage between Windows and Linux environments.
Create Pull Request