About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation provides a PowerShell-specific example for consuming exported environment variables, but does not include equivalent examples for Linux/macOS shells (such as Bash). There are no explicit references to Windows-only tools or patterns, but the lack of cross-platform scripting examples may hinder Linux users.
Recommendations:
- Add equivalent Bash (and optionally, macOS/zsh) examples for accessing environment variables, e.g., `echo "$myBuildSetting"`.
- Wherever scripting examples are provided, include both PowerShell and Bash versions side by side.
- Explicitly state that the Azure Pipelines agent and tasks are cross-platform, and clarify any OS-specific considerations if they exist.
- Review screenshots and UI instructions to ensure they are not Windows-specific, or note any differences for Linux/macOS users.
Create pull request