Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing Azure PowerShell and Power BI connectors (Windows-centric tools) prominently, listing Azure PowerShell before REST API and CLI, and omitting explicit Linux or cross-platform command-line examples. There is no mention of Linux-specific tools or workflows, and the CLI is referenced but not prioritized. PowerShell is a Windows-first technology, and Power BI is primarily a Windows application.
Recommendations
- Provide explicit Linux and macOS usage examples, especially for Azure CLI, which is cross-platform.
- List Azure CLI before PowerShell when presenting command-line options, as CLI is more platform-neutral.
- Include references to Linux-native tools (such as jq for JSON parsing, curl for REST API calls) in relevant sections.
- Clarify that Power BI is Windows-only and suggest alternatives for Linux/macOS users (such as exporting data for use in other BI tools).
- Add a section or note about running Resource Graph queries from Linux/macOS environments, including installation and authentication steps for Azure CLI.
- Ensure parity in screenshots and walkthroughs, showing both Windows and Linux terminal examples where appropriate.
Create Pull Request