Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for most tasks, but PowerShell examples are included throughout, which is primarily a Windows tool. In several sections, PowerShell examples are presented alongside CLI, sometimes before or at parity with CLI. There are no Linux-specific examples or explicit mention of Linux/macOS compatibility for PowerShell commands. However, the main workflow is based on Azure CLI, which is cross-platform, and all critical steps can be completed using CLI. PowerShell is offered as an alternative, but not exclusively.
Recommendations
- Clarify that Azure PowerShell is primarily for Windows users, and Azure CLI is recommended for Linux/macOS.
- Consider grouping PowerShell examples in a separate section or tab labeled 'Windows/PowerShell' to avoid confusion.
- Add explicit notes indicating that all CLI commands are fully supported on Linux/macOS.
- If possible, mention that PowerShell Core is available cross-platform, but usage is less common on Linux/macOS.
- Ensure that CLI examples are always shown first, with PowerShell as an optional alternative.
Create Pull Request