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 is mentioned alongside CLI in a way that may suggest parity. However, PowerShell is a Windows-centric tool, and its inclusion may create friction for Linux/macOS users. Additionally, in several places, Azure PowerShell is listed before or alongside Azure CLI, which is cross-platform, but there are no Linux/macOS-specific notes or examples. No Windows-only tools or patterns are exclusively used, and the core instructions are platform-neutral.
Recommendations
- Prioritize Azure CLI examples and references, as CLI is cross-platform and preferred by Linux/macOS users.
- Add explicit notes clarifying that Azure PowerShell is available on Linux/macOS, but CLI is recommended for those platforms.
- Where multiple tool options are listed, present Azure CLI first, followed by PowerShell, to reduce perceived Windows bias.
- Consider including a brief section or note for Linux/macOS users, confirming that all steps can be completed with Azure CLI.
Create Pull Request