Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing only PowerShell-based tutorials in the 'Related content' section, with no mention of Linux shell, Bash, or cross-platform CLI examples. All step-by-step guides for building pipelines reference PowerShell, which is traditionally associated with Windows environments, and there are no Linux or platform-neutral alternatives provided.
Recommendations
- Include equivalent Bash or Azure CLI examples and tutorials alongside PowerShell-based instructions.
- Explicitly mention cross-platform options (such as Azure CLI or REST API) for users on Linux or macOS.
- Update 'Related content' links to include at least one Linux/Bash-focused tutorial for each PowerShell-based tutorial.
- Clarify in the documentation introduction that the examples are platform-specific, or provide a table of contents with links to both Windows and Linux instructions.
Create Pull Request