Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for listing permissions, but PowerShell (a Windows-centric tool) is mentioned alongside CLI rather than after or as an alternative. In several places, Azure PowerShell is listed before or equally with Azure CLI, and no explicit Linux shell examples (e.g., Bash) or guidance for Linux users is provided. There is a slight preference for Windows tools and patterns, with no mention of Linux-specific considerations or parity.
Recommendations
- Ensure Azure CLI examples are presented first, as it is cross-platform and preferred for Linux users.
- Explicitly mention that Azure CLI works on Linux, macOS, and Windows, while Azure PowerShell is primarily Windows-focused.
- Provide Bash shell usage examples or clarify that CLI commands are suitable for Linux terminals.
- Add notes or sections highlighting any differences or considerations for Linux users when creating or assigning roles.
- Avoid listing Azure PowerShell as the default or first option unless contextually appropriate for the majority of users.
Create Pull Request