Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page exclusively provides PowerShell-based examples and commands, assuming the user is on Windows or using PowerShell. There are no Bash, Linux shell, or cross-platform CLI examples. Windows-centric tools and patterns (e.g., PowerShell variables, 'start-sleep') are used throughout, and no Linux alternatives or instructions are mentioned.
Recommendations
- Provide equivalent Bash/Linux shell command examples alongside PowerShell, especially for az CLI and kubectl/helm operations.
- Clarify platform requirements and note that commands can be run from Linux/macOS terminals as well, adjusting syntax as needed.
- Avoid using PowerShell-specific constructs (e.g., $variables, start-sleep) without offering cross-platform alternatives.
- Explicitly mention that Azure CLI, kubectl, and helm are cross-platform, and show how to use them from Linux/macOS.
- Add a section or note for Linux users, including installation prerequisites and environment setup.
Create Pull Request