Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation consistently references PowerShell scripts as the primary or sole command-line automation method, with no explicit examples or guidance for Linux users (e.g., Bash, Azure CLI on Linux, or shell scripting). When command-line options are mentioned, PowerShell is listed first or exclusively, and downloadable scripts are always PowerShell format. There is no mention of Linux-specific tools, nor are there examples or instructions for Linux environments, leading to a clear Windows/PowerShell bias.
Recommendations
- Provide equivalent Bash or Azure CLI (cross-platform) script examples alongside PowerShell scripts for all automation steps.
- Explicitly mention Linux support and clarify which features and scripts work on Linux, macOS, and Windows.
- When offering downloadable scripts, allow users to choose between PowerShell and Bash/Azure CLI formats.
- In sections referencing 'Command tools (PowerShell/CLI)', ensure CLI examples are present and not just PowerShell.
- Add screenshots or walkthroughs showing usage from Linux terminals where relevant.
- Review all automation and scripting guidance to ensure Linux parity and highlight any platform-specific limitations.
Create Pull Request