Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides sample PowerShell commands and references a PowerShell-based tutorial for running pipelines, with no mention of Linux, Bash, or cross-platform CLI equivalents. This indicates a Windows-first approach and lacks Linux parity in examples and guidance.
Recommendations
- Include equivalent Azure CLI (az) or Bash script examples alongside PowerShell commands to support Linux and cross-platform users.
- Reference tutorials or quickstarts that use Azure CLI or REST API, not just PowerShell.
- Explicitly mention that the Wait activity and pipeline execution can be managed from any OS, and provide links or examples for non-Windows environments.
- Ensure that all code samples and walkthroughs are available in both PowerShell and Bash/Azure CLI formats.
Create Pull Request