This page contains Windows bias

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.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets

echo "$env:myBuildSetting"