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). All sample prompts and instructions focus on PowerShell and CLI, with PowerShell mentioned first and no Linux/Bash script examples provided.
Recommendations
- Include explicit examples of Bash scripts for Linux users alongside PowerShell and Azure CLI.
- Mention Linux shell environments (e.g., Bash, zsh) when discussing script generation and execution.
- Alternate the order of script type mentions (e.g., say 'Azure CLI or PowerShell' instead of always listing PowerShell first).
- Clarify that generated CLI scripts are cross-platform and provide guidance for running them on Linux/macOS.
- Add sample prompts requesting Bash scripts for optimization tasks.
- Reference Linux tools and patterns where relevant, and ensure parity in instructions for both Windows and Linux users.
Create Pull Request