Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides upgrade instructions using the Azure Portal, PowerShell, and Azure CLI. PowerShell is highlighted as a primary command-line method, which is Windows-centric, and is presented before Azure CLI. There are no explicit Linux shell/bash examples, nor is there mention of Linux-specific tooling or usage patterns. The CLI example is generic, but the lack of bash/shell context and omission of Linux-specific notes or troubleshooting constitutes a subtle Windows bias.
Recommendations
- Add explicit bash/shell examples for Azure CLI, including usage in Linux/macOS terminals.
- Mention that Azure CLI is cross-platform and provide installation or usage notes for Linux users.
- Consider including Linux-specific troubleshooting tips or notes where relevant.
- Present Azure CLI examples before PowerShell, or side-by-side, to avoid Windows-first ordering.
- Reference Linux tools (e.g., curl, jq) if relevant for scripting or automation.
Create Pull Request