Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates Windows bias in several ways: Azure PowerShell is featured prominently as a method for manual pipeline execution, with a full example command and a dedicated quickstart link. There are no equivalent CLI or shell examples for Linux users (e.g., Azure CLI, Bash, curl). The order of API/SDK methods lists PowerShell before REST API and Python SDK, and there is no mention of Linux-specific tools or cross-platform command-line usage. The documentation assumes familiarity with PowerShell and Windows-centric tooling, while omitting Linux-native or cross-platform alternatives.
Recommendations
- Add Azure CLI examples for pipeline execution, showing equivalent commands to PowerShell.
- Include Bash/curl examples for REST API usage, demonstrating manual pipeline runs from Linux/macOS.
- Reorder the API/SDK methods to present cross-platform or OS-neutral options (e.g., REST API, Azure CLI, Python SDK) before Windows-specific tools.
- Explicitly mention that all API/SDK methods are cross-platform, and clarify which tools are available on Linux/macOS.
- Provide links to Linux/macOS setup guides for Azure CLI and Python SDK.
- Avoid assuming PowerShell as the default scripting environment; offer parity for Bash and other shells.
Create Pull Request