Detected Bias Types
⚠️
powershell_heavy
⚠️
windows_first
Summary
The documentation provides parallel examples for Azure CLI, Azure PowerShell, and Azure portal for all major tasks. However, Azure PowerShell is featured equally alongside Azure CLI, which is more cross-platform, and PowerShell is primarily a Windows-centric tool (though available on Linux/macOS). In some sections, PowerShell examples are given before Azure CLI, and PowerShell-specific installation instructions are included. There are no Linux-specific shell examples (e.g., Bash), nor explicit mention of Linux/macOS command-line environments. The documentation does not use Windows-only tools, but the prominence of PowerShell may create friction for Linux/macOS users.
Recommendations
- Clearly indicate that Azure CLI is recommended for Linux/macOS users, and that PowerShell is optional.
- Add brief notes clarifying that Azure CLI commands work on all platforms, while PowerShell is more common on Windows.
- Consider including Bash shell examples or notes for Linux/macOS users, especially for common tasks.
- Reorder examples to show Azure CLI first, followed by PowerShell, to reduce Windows-first bias.
- Add a short section or callout for Linux/macOS users, linking to Azure CLI installation and usage guidance.