Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for management and resource provider registration, but PowerShell examples are consistently presented first. PowerShell is a Windows-centric tool, and its prominence may signal a Windows-first bias. There are no explicit Linux/macOS examples (e.g., bash, zsh), nor is there mention of Linux-specific installation or usage patterns for Azure CLI. However, the CLI instructions are cross-platform, and no critical steps are Windows-only.
Recommendations
- Alternate the order of CLI and PowerShell examples, or present CLI (cross-platform) instructions first.
- Explicitly mention that Azure CLI is available and supported on Linux and macOS, and provide links to installation instructions for those platforms.
- Add notes or examples for common Linux/macOS shell environments (bash/zsh) where appropriate.
- Clarify that PowerShell Core is available cross-platform, if relevant, or provide bash equivalents for resource provider registration.
- Ensure parity in troubleshooting and tool installation guidance for Linux/macOS users.
Create Pull Request