Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation presents Azure PowerShell instructions before Azure CLI, which may suggest a Windows-first approach. PowerShell is traditionally associated with Windows, while Azure CLI is cross-platform and more commonly used on Linux/macOS. No explicit Linux-specific examples or shell commands (e.g., bash) are provided, though the CLI section is present.
Recommendations
- Present Azure CLI instructions before PowerShell, as CLI is cross-platform and more familiar to Linux users.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows.
- Consider adding bash/zsh shell examples or notes for Linux users, such as environment variable usage or command-line tips.
- If referencing PowerShell, clarify that PowerShell Core is available cross-platform, or provide a link to installation instructions for Linux/macOS.
- Ensure parity in detail and explanation between PowerShell and CLI sections.
Create Pull Request