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
Summary
The documentation provides parity between Azure Portal, PowerShell, Azure CLI, ARM Template, and Terraform for all major tasks. However, there is a subtle Windows bias: PowerShell examples are given equal prominence as Azure CLI, and in some sections (such as registration and resource creation), PowerShell is mentioned before Azure CLI. There are no explicit Linux shell (bash) examples outside of Azure CLI, and no references to Linux-specific tools or patterns. The documentation assumes familiarity with PowerShell, which is primarily a Windows tool, although now available on Linux. No Linux-only tools or shell scripting patterns are discussed.
Recommendations
  • Ensure Azure CLI (bash) examples are always presented before or alongside PowerShell, as CLI is more universally available across platforms.
  • Explicitly mention that Azure CLI commands can be run in bash on Linux/macOS, and provide example shell environments where appropriate.
  • Add a note clarifying that PowerShell is available on Linux, but most Linux users will prefer Azure CLI.
  • Where variables are defined, show both bash (export VAR=...) and PowerShell ($var=...) syntax side-by-side.
  • Consider adding a dedicated section or tab for Linux shell scripting patterns, or reference Linux-specific tools where relevant.
  • Avoid language that implies PowerShell is the default or preferred method unless justified by technical reasons.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-04 00:00 #338 completed Clean Clean
2026-02-03 00:00 #334 completed Clean Clean
2026-02-02 00:00 #330 completed Clean Clean
2026-02-01 00:00 #326 completed Clean Clean
2026-01-31 00:00 #322 completed Clean Clean
2026-01-30 00:00 #318 completed Clean Clean
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled 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-09-14 00:00 #111 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Clean Clean

Flagged Code Snippets