Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for authentication and image removal, but PowerShell examples are given equal prominence despite being Windows-specific. There are no explicit Linux shell (bash) or macOS Terminal examples for Azure authentication or image removal, and Windows-centric tools (PowerShell, Visual Studio Code) are mentioned before Linux alternatives. Minor friction exists for Linux/macOS users who may prefer bash or shell scripting over PowerShell.
Recommendations
- Add explicit bash/shell examples for Azure authentication and image removal, using Azure CLI and native shell commands.
- Clarify that PowerShell examples are primarily for Windows users, and provide equivalent steps for Linux/macOS users.
- Mention Linux/macOS-friendly editors (e.g., VS Code is cross-platform, but alternatives like JetBrains IDEs or command-line workflows could be referenced).
- Ensure that CLI examples are shown before or alongside PowerShell examples, and label tabs clearly for each platform.
Create Pull Request