Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation page presents both PowerShell and Azure CLI examples for assigning Azure roles, but PowerShell is listed first and described in greater detail, which may indicate a subtle Windows-first and PowerShell-heavy bias. There are no explicit Linux-only examples, nor are Linux-specific tools or shell patterns mentioned. The CLI example is generic and does not highlight Linux usage or shell differences.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to avoid implicit Windows-first bias.
- Explicitly mention that Azure CLI commands work cross-platform (Windows, Linux, macOS), and provide sample commands in bash/zsh syntax (e.g., using single quotes, environment variables, etc.).
- Include notes or examples for Linux users, such as how to install and use Azure CLI on Linux, and clarify any differences in command usage or authentication.
- Consider adding a section or tab for Linux shell scripting or automation, demonstrating role assignment in bash scripts.
- Ensure parity in detail and explanation between PowerShell and CLI sections, so Linux users do not feel secondary.
Create Pull Request