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 both Azure CLI and Azure PowerShell instructions for verifying results, but does not include explicit Linux shell examples (e.g., bash) or mention Linux-specific tools. PowerShell is presented as a primary option alongside Azure CLI, which is cross-platform, but the PowerShell example uses Windows-style variable assignment and syntax. There is no mention of Linux-specific patterns, nor are Linux shell commands (such as bash or sh) shown. The prerequisites mention Azure PowerShell requirements before showing any Linux alternatives.
Recommendations
  • Add explicit bash/Linux shell examples for verification steps, using standard bash variable assignment and command syntax.
  • Clarify that Azure CLI is cross-platform and provide examples of running commands on Linux/macOS terminals.
  • Include notes or sections for Linux users, such as installing Terraform and Azure CLI on Linux.
  • Avoid Windows-centric variable assignment (e.g., $var=...) in PowerShell examples when presenting cross-platform instructions; consider showing bash equivalents.
  • Ensure that prerequisites and tooling instructions mention Linux/macOS options with equal prominence to Windows/PowerShell.
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-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 Clean Clean
2026-01-08 00:00 #228 cancelled Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-05 00:00 #102 completed Biased Biased
2025-08-05 00:00 #71 completed Biased Biased
2025-07-13 21:25 #47 cancelled Clean Clean
2025-07-13 20:48 #44 cancelled Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Clean Clean

Flagged Code Snippets