Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page references Azure PowerShell and Azure CLI as ways to interact with Azure Resource Graph, but PowerShell is mentioned before CLI in most places, and there are no explicit Linux-specific examples or mentions of Linux shell usage (e.g., Bash). The 'Run queries with Power BI connector' section references a Windows-centric tool without mentioning cross-platform alternatives. There is no mention of Linux tools or patterns, nor any explicit parity guidance for Linux users.
Recommendations
- Ensure Azure CLI is mentioned before or alongside PowerShell when listing query methods, as CLI is cross-platform.
- Add explicit examples for running queries from Bash or other Linux shells, including sample commands.
- Mention that Azure CLI works natively on Linux and macOS, and provide links to installation guides for those platforms.
- Reference cross-platform data visualization tools (e.g., Jupyter, Grafana) in addition to Power BI, or clarify Power BI's availability on non-Windows platforms.
- Where possible, include screenshots or walkthroughs from Linux environments to demonstrate parity.
Create Pull Request