Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides parallel examples for both Azure CLI and Azure PowerShell throughout, but PowerShell is a Windows-centric tool and is featured equally alongside CLI. The introductory metadata and tab structure present PowerShell as a first-class option, which may suggest a Windows bias. However, all CLI examples use Bash-style syntax and are cross-platform, and there are no exclusive Windows tools or patterns. No Linux-specific examples (e.g., Bash scripts, Linux package installation) are missing, but PowerShell's prominence may create friction for Linux/macOS users unfamiliar with it.
Recommendations
- Clarify that Azure CLI is fully cross-platform and recommend it as the default for Linux/macOS users.
- Consider listing Azure CLI examples before PowerShell in each section to emphasize cross-platform usage.
- Add a note that PowerShell Core is available on Linux/macOS, but most Linux users will prefer Azure CLI.
- Ensure any references to installation or usage of tools include Linux/macOS instructions (currently present for CLI, but PowerShell install links could mention PowerShell Core).
Create Pull Request