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, but does not include any Linux-specific shell examples (such as Bash or shell scripting). PowerShell examples are given equal prominence to CLI, and there is no mention of Linux-native tools or usage patterns. The documentation assumes users are either using PowerShell (Windows-centric) or the Azure CLI, but does not address Linux users directly or provide parity for Linux command-line environments.
Recommendations
- Add explicit Bash/shell examples for each query, showing how to run az graph query commands in a Linux terminal.
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux/macOS environments (e.g., differences in quoting, escaping, or prerequisites).
- Include troubleshooting or environment setup notes for Linux users, such as installing Azure CLI on Ubuntu or other distributions.
- Avoid presenting PowerShell examples before CLI or Linux-native examples; consider listing CLI/Bash first to reduce Windows-first perception.
- Mention that all queries can be run from Linux, macOS, and Windows, and provide links to relevant cross-platform documentation.
Create Pull Request