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 example for consuming exported environment variables but does not include equivalent examples for Linux shells (e.g., Bash). There are no explicit references to Windows-only tools or patterns, but the lack of Linux/Unix shell examples may create a perception of Windows bias.
Recommendations:
  • Add equivalent Bash (and/or other popular Linux shell) examples alongside the PowerShell example for accessing environment variables in pipeline tasks.
  • Explicitly mention that the exported variables are accessible in all supported agent operating systems and provide cross-platform usage guidance.
  • Review screenshots and UI instructions to ensure they are not specific to Windows environments, or clarify when instructions are OS-agnostic.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

echo "$env:myBuildSetting"