Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by explicitly mentioning PowerShell script generation for optimization tasks and listing PowerShell before Azure CLI. There are no examples or references to Linux-specific tools, shell environments, or script formats (e.g., Bash). The sample prompts and instructions focus on PowerShell and CLI, with PowerShell mentioned first and no Linux-specific guidance provided.
Recommendations
- Provide explicit Bash script examples alongside PowerShell, especially for optimization tasks.
- Mention Linux shell environments (e.g., Bash, Zsh) when discussing script generation and execution.
- Ensure sample prompts include requests for Bash scripts, not just PowerShell and generic CLI.
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux users.
- Avoid listing PowerShell before CLI or Bash unless contextually justified; alternate order or group together.
- Add a note or section for Linux users on how to apply recommendations and run scripts in their environment.
Create Pull Request