Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page demonstrates Windows bias by providing only Windows-centric instructions for connecting to the VM (using RDP and referencing IIS), exclusively using PowerShell for resource cleanup, and omitting Linux-based alternatives such as SSH access or Bash/Azure CLI commands. Windows tools and patterns (RDP, IIS, PowerShell) are mentioned without Linux equivalents, and Windows methods are presented first and exclusively.
Recommendations
- Add instructions for connecting to the VM using SSH for Linux-based VMs, including details on how to obtain the public IP and use an SSH client.
- Provide examples for cleaning up resources using Azure CLI (az group delete) and Bash scripts, not just PowerShell.
- Include steps for accessing the web service from a Linux VM, such as using curl or a browser, and mention Apache/nginx as alternatives to IIS.
- Clarify whether the template supports Linux VM deployment and, if so, provide parallel instructions for Linux users.
- Ensure that both Windows and Linux tools and patterns are presented side-by-side or in separate sections, giving equal prominence.
Create Pull Request