Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by exclusively providing PowerShell commands for VM creation, referencing Windows-specific username/password requirements, and naming the resource group 'SimpleWinVmResourceGroup'. There are no examples or instructions for Linux users (e.g., Bash in Cloud Shell, Azure CLI commands for Linux VMs), and Windows tools and patterns are presented first and exclusively.
Recommendations
- Add parallel instructions and examples for creating a Linux VM, including Azure CLI and Bash commands.
- Rename resource groups and VM names to be OS-neutral (e.g., 'SimpleVmResourceGroup').
- Include links to both Windows and Linux VM username/password requirements.
- Show how to use Bash in Cloud Shell and provide equivalent commands for Linux users.
- Present both PowerShell and CLI/Bash options side-by-side, or clearly indicate OS-specific sections.
- Explicitly mention that the dashboard can visualize both Windows and Linux VM performance.
Create Pull Request