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 consistently uses PowerShell syntax for Azure CLI commands, which is most common on Windows. All command-line examples are given in PowerShell format, with no Bash or Linux shell equivalents. There is no mention of Linux-specific patterns, and the use of PowerShell may confuse Linux users, who typically use Bash for Azure CLI. The documentation does not clarify cross-platform usage or provide parity for Linux environments.
Recommendations
  • Provide Azure CLI examples in Bash syntax alongside PowerShell, or use generic CLI syntax that works on both platforms.
  • Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and clarify any platform-specific considerations.
  • Avoid using PowerShell-specific syntax (such as curly braces for parameters) in CLI examples unless also providing Bash equivalents.
  • Include notes or sections for Linux users, ensuring that instructions are clear for both Windows and Linux environments.
  • If referencing tools or workflows, mention both Windows and Linux alternatives where applicable.
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