Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page presents both Azure CLI and Azure PowerShell examples for listing permissions, but PowerShell (a Windows-centric tool) is mentioned alongside CLI rather than as a secondary option. In several places, Azure PowerShell is referenced equally with Azure CLI for creating and assigning custom roles, which may suggest a slight Windows bias by not prioritizing cross-platform tools. No explicit Linux-only examples or Linux-specific tools are provided, and PowerShell is traditionally associated with Windows environments.
Recommendations
- Prioritize Azure CLI examples and instructions, as CLI is natively cross-platform and widely used on Linux and macOS.
- Clearly indicate that Azure PowerShell is available cross-platform, but note its historical association with Windows to avoid confusion.
- Add explicit Linux usage notes or examples, such as running Azure CLI commands in Bash or Zsh.
- If referencing PowerShell, provide context for Linux/macOS users (e.g., how to install and use PowerShell Core on non-Windows systems).
- Consider including screenshots or terminal outputs from Linux environments to demonstrate parity.
Create Pull Request