Detected Bias Types
⚠️
powershell_heavy
⚠️
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major operations (attach, detach, move VMs), but consistently includes PowerShell examples alongside CLI, and sometimes gives PowerShell examples more parameters or detail. The PowerShell examples are Windows-centric, and the documentation refers to Azure PowerShell as a primary tool, which is mainly used on Windows. However, Azure CLI examples are present and use Linux-friendly syntax (e.g., Ubuntu image), and all operations are possible via CLI. The order of examples (portal, CLI, PowerShell) is neutral, but the presence of PowerShell in every section may subtly signal Windows as a primary platform.
Recommendations
- Clarify that Azure PowerShell can be used cross-platform (via PowerShell Core), or explicitly mention Linux/macOS compatibility.
- Add notes or links for Linux/macOS users about installing and using Azure CLI and PowerShell Core.
- Ensure CLI examples are as detailed as PowerShell ones, especially regarding networking and advanced parameters.
- Consider including Bash or shell script snippets for common Linux workflows, or referencing them where appropriate.
- If PowerShell is included for completeness, explicitly state that Azure CLI is recommended for Linux/macOS users.