Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions generating both CLI and PowerShell scripts, but lists PowerShell before CLI, which may suggest a Windows-first approach. There are no explicit Linux-specific examples, tools, or references, and PowerShell (traditionally a Windows tool) is highlighted without equal emphasis on Bash or other Linux-native shells. No Linux command-line examples or patterns are provided.
Recommendations
- List CLI (az CLI) before PowerShell when mentioning script generation, or present them together to avoid perceived prioritization.
- Explicitly mention Bash and Linux shell script generation capabilities if supported by Azure Copilot.
- Provide examples or references for Linux users, such as how to use generated scripts in Bash or other Linux environments.
- Clarify that PowerShell is cross-platform, or provide links to documentation for using PowerShell on Linux and macOS.
- Ensure parity in documentation by including Linux-specific scenarios or tips for mobile users who manage Azure resources from Linux devices.
Create Pull Request