Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a mild Windows bias by listing PowerShell as a primary example for exporting data, mentioning it before other cross-platform tools, and not providing any Linux-specific examples or command-line instructions. The focus on PowerShell and lack of explicit Linux or Bash examples may make it less approachable for Linux users.
Recommendations
- Provide explicit Linux/Bash command examples alongside PowerShell, especially for tasks like exporting data or querying Azure Resource Graph.
- List cross-platform tools (Azure CLI, REST APIs) before platform-specific ones like PowerShell to avoid the impression of Windows-first bias.
- Include screenshots or instructions that are relevant for both Windows and Linux environments.
- Clarify that Azure CLI and REST APIs are fully supported on Linux and macOS, and provide sample commands for those platforms.
Create Pull Request