Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation repeatedly lists PowerShell as a primary tool for network management tasks, alongside the Azure portal and Azure CLI, but does not provide any Linux-specific examples or mention Linux-native tools. PowerShell is a Windows-centric tool, and its mention before Azure CLI (which is cross-platform) may imply a Windows-first approach. There are no explicit Linux command examples or guidance for Linux users, despite the article targeting 'virtual-machines-linux'.
Recommendations
- Provide explicit Azure CLI examples for each task, as Azure CLI is cross-platform and preferred by Linux/macOS users.
- Avoid listing PowerShell before Azure CLI when describing options, or clarify that Azure CLI is recommended for Linux/macOS.
- Include notes or examples for Linux shell environments where appropriate.
- If PowerShell is mentioned, clarify its availability on Linux, or provide equivalent bash/CLI commands.
Create Pull Request