Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references upgrade procedures using the Azure portal, CLI, or PowerShell, but consistently mentions PowerShell before CLI and does not provide explicit Linux or Bash examples. PowerShell is a Windows-centric tool, and its prominence may suggest a Windows bias. There are no examples or guidance tailored for Linux users, such as Bash scripts or Linux-specific CLI usage patterns.
Recommendations
- Provide explicit Bash/Azure CLI examples for Linux users alongside PowerShell instructions.
- When listing upgrade methods, alternate or randomize the order of PowerShell and CLI, or mention CLI first to avoid Windows-first bias.
- Include notes or links to Linux-specific documentation or troubleshooting for common upgrade scenarios.
- Clarify that Azure CLI is cross-platform and provide sample commands for both Windows (PowerShell) and Linux (Bash) environments.
- Add a section addressing upgrade steps for users on macOS and Linux, ensuring parity with Windows guidance.
Create Pull Request