Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by listing Windows-centric tools (Azure portal, PowerShell) before cross-platform options (CLI, REST API) when describing how to manage subscriptions and resource groups. There are no explicit Linux or Bash examples, and PowerShell is mentioned as a primary management tool, with no parity for Linux users. The absence of Linux-specific instructions or examples (such as Bash/CLI commands) may disadvantage users on non-Windows platforms.
Recommendations
- Present Azure CLI and REST API options before or alongside PowerShell and Azure portal to ensure cross-platform parity.
- Include explicit Bash/CLI examples for common management tasks (e.g., viewing and managing subscriptions/resource groups).
- Add notes or sections highlighting Linux compatibility and usage patterns.
- Avoid implying PowerShell is the default or preferred tool; clarify that CLI and REST API are fully supported and cross-platform.
- Where possible, provide side-by-side examples for PowerShell and Bash/CLI.
Create Pull Request