Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
missing_linux_example
Summary
The documentation consistently lists PowerShell as a primary scripting option, often before Azure CLI, and refers to Windows-centric tools and workflows (e.g., Power BI, PowerShell). There are no explicit Linux-specific examples or mentions of Linux-native tools, and the documentation does not provide parity in demonstrating Linux command-line usage. The focus on PowerShell and Windows tools may make it less approachable for Linux users.
Recommendations
- Ensure that Azure CLI examples are provided and, where possible, listed before or alongside PowerShell to avoid Windows-first ordering.
- Include explicit Linux command-line examples, such as bash scripts, and clarify compatibility with Linux environments.
- Mention Linux-native tools (e.g., jq, wget, curl) and provide sample commands for common Linux shells.
- When referencing Power BI or other Windows-centric tools, suggest cross-platform or open-source alternatives where appropriate.
- Add a section or callout for Linux/macOS users, highlighting any differences or special considerations.
- Review linked sample scripts to ensure they include Linux-compatible versions and not just PowerShell.
Create Pull Request