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
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing all CLI examples in PowerShell syntax, referencing PowerShell explicitly, and omitting Linux/macOS shell equivalents. The instructions assume use of PowerShell, even for commands that are cross-platform (e.g., az, kubectl), and do not offer bash/zsh examples or mention Linux-specific considerations.
Recommendations
  • Add a Bash/zsh/Linux/macOS tab alongside the Azure PowerShell tab, showing equivalent commands in standard shell syntax.
  • Clarify that az and kubectl commands are cross-platform and provide examples for both Windows (PowerShell) and Linux/macOS (bash).
  • Avoid using PowerShell variable syntax ($var) in generic CLI examples; use environment variables or inline arguments for broader compatibility.
  • Explicitly mention that the instructions apply to Linux/macOS as well, and note any OS-specific steps if relevant.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets