Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides detailed examples for both Azure PowerShell and Azure CLI, but the PowerShell section appears before the CLI section and contains more example scenarios. PowerShell is traditionally associated with Windows, and its prominence may suggest a Windows-first approach. However, CLI examples are present and equally functional on Linux/macOS. No exclusive Windows tools or patterns are mentioned, and Linux users can complete all tasks described.
Recommendations
- Present Azure CLI examples before or alongside PowerShell examples to avoid Windows-first perception.
- Ensure parity in the number and complexity of CLI examples compared to PowerShell.
- Explicitly mention that Azure CLI commands work on Linux/macOS and Windows.
- Add troubleshooting tips or notes relevant to Linux/macOS environments if any exist.
Create Pull Request