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 before Azure CLI, using a sample prompt that requests a PowerShell script, and lacking any Linux-specific examples or references. There is no mention of Bash, Linux shell environments, or cross-platform script compatibility. The language and examples assume familiarity with Windows tooling and do not provide parity for Linux users.
Recommendations
- Provide explicit examples of both PowerShell and Bash/Azure CLI scripts for optimization tasks.
- Mention Linux environments and clarify that Azure CLI is cross-platform, including usage notes for Bash or other shells.
- Balance sample prompts to include requests for Bash scripts or Linux-compatible automation.
- Add a section highlighting cross-platform support and any differences in script execution between Windows and Linux environments.
- Ensure that references to scripting tools do not default to Windows-first (e.g., list Azure CLI before PowerShell or present both together).
Create Pull Request