Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by providing instructions and examples that assume the use of Windows tools and workflows. The VM connection steps exclusively use Remote Desktop Protocol (RDP), which is native to Windows, and reference IIS (Internet Information Services), a Windows web server. The cleanup instructions use Azure PowerShell without mentioning Azure CLI or Bash alternatives. No Linux-based connection methods (such as SSH) or Linux web server examples (such as Apache or Nginx) are provided.
Recommendations
- Add instructions for connecting to the VM using SSH for Linux-based VMs, including relevant portal and CLI steps.
- Include examples of deploying and accessing a Linux web server (e.g., Apache or Nginx) alongside the IIS example.
- Provide cleanup instructions using Azure CLI (e.g., 'az group delete') in addition to PowerShell.
- Ensure that both Windows and Linux workflows are presented in parallel throughout the documentation, including screenshots and command examples.
- Clarify in prerequisites or deployment steps how to select the OS type for the VM and what changes in the workflow depending on the OS.
Create Pull Request