Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only PowerShell-based examples and scripts, assuming the user is on Windows or using PowerShell Core. There are no bash, shell, or Linux-native command examples, and all variable assignments and scripting patterns are Windows-centric. This creates friction for Linux/macOS users, who must translate or adapt the instructions themselves.
Recommendations
- Provide equivalent bash/shell command examples for all PowerShell scripts, especially for az CLI and kubectl/helm usage.
- Clearly indicate which steps are OS-agnostic and which require adaptation.
- Mention that az CLI, kubectl, and helm are cross-platform, and show how to set variables and run commands in both Windows (PowerShell) and Linux/macOS (bash).
- If PowerShell Core is required on Linux/macOS, explicitly state this and provide installation guidance.
Create Pull Request