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 scripted method, which is Windows-centric. The CLI example is given, but there is no explicit mention of Linux/macOS environments, nor are Bash or shell script examples provided. The order of examples places PowerShell before CLI, subtly prioritizing Windows tooling. No Linux-specific tools or considerations are discussed.
Recommendations
- Add explicit Bash/shell script examples for Linux/macOS users, especially for Azure CLI usage.
- Clarify that Azure CLI commands work cross-platform and provide guidance for installation/use on Linux/macOS.
- Consider reordering examples to present Azure CLI before PowerShell, or present both together to avoid implicit prioritization.
- Mention any platform-specific considerations (e.g., authentication, environment setup) for Linux/macOS users.
- If relevant, reference Linux-native automation tools (e.g., shell scripting, cron) for migration scenarios.
Create Pull Request