Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits a mild Windows bias by referencing PowerShell modules as a prerequisite for local runbook execution, without mentioning Bash or other Linux-native scripting environments. There are no explicit examples or instructions tailored for Linux users, nor is there guidance on installing Python packages or PowerShell modules on Linux. The documentation assumes familiarity with Windows-centric tools and patterns, potentially leaving Linux users with unanswered questions about compatibility and setup.
Recommendations
- Explicitly mention that PowerShell Core is cross-platform and provide instructions for installing PowerShell modules on Linux/macOS, including relevant commands.
- Include examples or notes for Linux users, such as how to install Python packages and PowerShell modules using native package managers (e.g., apt, yum, brew).
- Clarify whether runbook authoring and debugging features work identically on Linux/macOS, and highlight any platform-specific limitations or considerations.
- Add screenshots or instructions that demonstrate the extension's use on Linux/macOS, if supported.
- Reference Bash or other Linux-native scripting environments if supported by Azure Automation, or clarify that only PowerShell/Python are supported.
Create Pull Request