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
missing_linux_example
Summary
The documentation provides configuration instructions primarily via Azure Portal, PowerShell, and Azure CLI. PowerShell examples are given equal prominence to CLI, but there are no OS-specific examples or notes for Linux/macOS users. Variable syntax in CLI examples uses `$` (PowerShell style) rather than standard Bash syntax, and there is no mention of Linux/macOS shell conventions. No Linux/macOS-specific tools or instructions are provided, and PowerShell is referenced as a primary tool, which is more common on Windows. This may create friction for Linux/macOS users unfamiliar with PowerShell or Windows-centric variable conventions.
Recommendations
  • Add explicit Bash/Linux/macOS shell examples for Azure CLI commands, using standard Bash variable syntax (e.g., RgName="value" instead of $RgName="value").
  • Clarify that Azure CLI commands can be run on Linux/macOS and provide any OS-specific notes if needed.
  • Add a note about PowerShell availability on Linux/macOS, or recommend Bash for those platforms.
  • Ensure variable naming and scripting conventions match the target shell (Bash for Linux/macOS, PowerShell for Windows).
  • Consider reordering examples to show CLI/Bash first, then PowerShell, to reduce Windows-first perception.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-15 00:00 #254 completed Clean Clean
2026-01-14 00:00 #250 in_progress Clean Clean
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
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets