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 bias toward Windows by exclusively providing Azure CLI examples in PowerShell syntax, without Bash or Linux shell equivalents. All command-line examples use PowerShell formatting (e.g., curly braces for parameters) and do not mention or show Linux/Bash usage. There is no explicit reference to Linux tools, nor are Linux-specific instructions or examples provided.
Recommendations
  • Provide Azure CLI examples in both PowerShell (Windows) and Bash (Linux/macOS) syntax, clearly labeling each.
  • Use generic parameter notation (e.g., <resourceGroup>) or provide both curly brace and angle bracket formats to avoid Windows-centric conventions.
  • Explicitly mention that Azure CLI is cross-platform and can be used from Bash, PowerShell, or other shells.
  • Include a note or section for Linux/macOS users, highlighting any differences in command usage or environment setup.
  • Avoid using only PowerShell code blocks; use 'bash' and 'powershell' code blocks where appropriate.
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

Flagged Code Snippets