Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in several ways: PowerShell is used exclusively in command examples, with no Azure CLI or Bash equivalents provided alongside. Windows tools and patterns (such as remote desktop and remote PowerShell traffic) are mentioned before Linux equivalents (SSH), and the 'Next steps' section links only to PowerShell deployment instructions. There is a lack of Linux-focused examples or references, and Azure CLI is only mentioned as an afterthought in migration guidance, not in main command examples.
Recommendations
- Provide Azure CLI and Bash examples alongside PowerShell commands throughout the documentation.
- Mention Linux tools and patterns (such as SSH) equally or before Windows-specific ones when discussing connectivity and management.
- Include links to both PowerShell and Azure CLI deployment guides in the 'Next steps' section.
- Add explicit examples and instructions for Linux-based virtual machines, including template deployment and management.
- Ensure diagrams and architecture references are not Windows-centric (e.g., avoid only referencing 'Run a Windows VM on Azure').
Create Pull Request