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 in its Azure CLI section by exclusively providing PowerShell-based examples and variable assignments, which are specific to Windows environments. There are no Bash or Linux shell equivalents, and the command syntax (including backticks for line continuation) is tailored for PowerShell. The documentation does not mention or provide guidance for Linux or macOS users, nor does it offer alternative shell examples. The Azure portal instructions are platform-neutral, but the CLI instructions assume a Windows/PowerShell context.
Recommendations
  • Add equivalent Bash/Linux shell examples for all Azure CLI commands, including variable assignments and command syntax.
  • Explicitly mention that Azure CLI is cross-platform and provide guidance for Linux/macOS users.
  • Avoid using PowerShell-specific syntax (such as backticks for line continuation) in CLI documentation, or provide both PowerShell and Bash alternatives.
  • Include notes or tabs for different operating systems (e.g., Windows/PowerShell, Linux/Bash, macOS) to ensure parity and accessibility for all users.
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