Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation exclusively references PowerShell cmdlets and Windows-centric tooling (e.g., 'Run Command panel', 'cmdlets' with PowerShell-style naming), with no mention of Linux command-line equivalents, Bash scripts, or cross-platform alternatives. All examples and instructions are tailored to a Windows/PowerShell environment, and there is no guidance for users operating from Linux or macOS systems.
Recommendations
- Provide equivalent Bash or shell script examples for each operation, or clarify if such cross-platform alternatives are not available.
- Explicitly state whether the Run Command functionality is accessible via Azure CLI, REST API, or other cross-platform tools, and provide usage examples.
- Add a section outlining how Linux or macOS users can perform these tasks, including any prerequisites or limitations.
- If the functionality is inherently tied to PowerShell, clarify this early in the documentation and suggest workarounds (such as using PowerShell Core on Linux/macOS) where possible.
Create Pull Request