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 Windows bias by exclusively providing Azure CLI examples in PowerShell syntax, which is native to Windows. No Bash or Linux shell equivalents are shown, and the examples use PowerShell formatting (curly braces for variables, command style). There is no mention of Linux-specific usage patterns, nor are Linux/Bash examples provided alongside or before the Windows/PowerShell ones.
Recommendations
  • Provide equivalent Azure CLI examples using Bash syntax (e.g., az tag update --resource-id $resourceGroup ...), with variable usage and quoting appropriate for Linux shells.
  • Explicitly mention that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS, and show examples for both environments.
  • Avoid using only PowerShell syntax for CLI commands; include Bash examples or use generic syntax where possible.
  • If referencing command-line usage, clarify any platform-specific differences (such as variable substitution or quoting).
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