Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation consistently provides both Azure CLI and Azure PowerShell examples for interacting with Azure Resource Graph, but does not include Linux-specific shell examples (such as bash scripting or piping to jq), nor does it mention Linux tools or patterns. Azure PowerShell, which is traditionally associated with Windows environments, is given equal prominence to Azure CLI, but no effort is made to highlight Linux-native workflows or tools. There are no examples of using the REST API with curl, nor any references to Linux-specific scripting or processing patterns.
Recommendations
- Add Linux shell examples, such as using bash with az graph query and piping output to jq for JSON processing.
- Include REST API usage examples with curl, demonstrating how Linux users can interact with Resource Graph directly.
- Mention that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Provide guidance or examples for integrating query results with common Linux tools (e.g., grep, awk, sed) for further processing.
- Consider reordering examples to show Azure CLI first, emphasizing its cross-platform nature, and clarify that PowerShell is available on Linux but is not required.
Create Pull Request