Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation mentions both Azure CLI and PowerShell script generation, but the sample prompts explicitly show PowerShell first and only mention CLI generically, without specifying Bash or Linux-specific usage. There are no Linux/macOS-specific examples or references to shell environments other than PowerShell, and PowerShell is presented as the default scripting option in the sample prompts.
Recommendations
- Provide explicit examples of both PowerShell and Bash/Azure CLI scripts in sample prompts, ensuring parity for Linux/macOS users.
- Clarify that Azure CLI scripts can be used in Bash or other shell environments on Linux/macOS.
- Include a note or section on running optimization scripts on Linux/macOS, with links to relevant Azure CLI documentation.
- Alternate the order of PowerShell and CLI examples, or present them side-by-side, to avoid Windows-first bias.
Create Pull Request