Sad Tux - Windows bias detected
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

Detected Bias Types
windows_first
Summary
The documentation demonstrates a mild 'windows_first' bias in the section on setting environment variables. The PowerShell (Windows) example for setting environment variables is presented before the Bash (Linux/macOS) example, and is specifically called out in the text. However, the rest of the documentation uses Bash syntax and Azure CLI commands, which are cross-platform and suitable for both Linux and Windows (with WSL or Azure CLI installed). There are no exclusive Windows tools or missing Linux examples elsewhere.
Recommendations
  • Present Linux/Bash and Windows/PowerShell environment variable examples side by side, or explicitly note that both platforms are supported.
  • Avoid language that implies Windows is the default or primary platform (e.g., 'in Windows PowerShell, you would...'), and instead provide parallel instructions for both environments.
  • Consider adding a short section or table at the start that shows how to set environment variables in both Bash and PowerShell, making it clear that either can be used throughout.
  • Ensure that any future examples or troubleshooting steps include both Linux and Windows variants if platform-specific commands are required.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

$env:ARC_RG="<my rg>"