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
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a Windows bias by consistently presenting Azure PowerShell examples alongside Azure CLI, mentioning PowerShell before CLI in several sections, and referencing Windows-centric tools and patterns (such as PowerShell modules and commands). There is no mention of Linux-specific shell usage (e.g., Bash), nor are there examples tailored for Linux environments, despite the fact that Azure CLI is cross-platform and commonly used on Linux. The documentation also references installation paths and behaviors (e.g., Helm installed in the .azure folder) that may be more familiar to Windows users.
Recommendations
  • Provide explicit Bash/Linux shell examples alongside PowerShell, especially for Azure CLI commands.
  • Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
  • Include instructions for installing Azure CLI and extensions on Linux (e.g., apt, yum, zypper) and macOS (brew).
  • Mention Linux-native tools and patterns (e.g., using curl, wget, or package managers) where relevant.
  • Avoid presenting PowerShell examples before CLI, or alternate the order to avoid implicit prioritization.
  • Add notes about file paths and installation behaviors that differ between Windows and Linux environments.
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