Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page shows a moderate Windows bias. PowerShell is explicitly mentioned in sample prompts before Azure CLI, and the example prompt specifically asks for a PowerShell script, with CLI mentioned only generically. No Linux/macOS-specific instructions, examples, or considerations are provided, and there is no mention of Bash or shell scripting. The documentation assumes familiarity with PowerShell, which is primarily a Windows tool, and does not provide parity for Linux/macOS users.
Recommendations
- Add explicit Bash or shell script examples alongside PowerShell and Azure CLI.
- When listing script generation options, mention Azure CLI and Bash equally with PowerShell.
- Provide sample prompts that request Bash or CLI scripts, not just PowerShell.
- Clarify that Azure CLI works cross-platform and provide guidance for Linux/macOS users.
- Consider the order of examples: alternate or randomize PowerShell and CLI/Bash to avoid Windows-first bias.
Create Pull Request