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 both Azure CLI and Azure PowerShell instructions for verifying results, but the PowerShell example is given equal prominence to the CLI, and there is no explicit mention of Linux or Bash shell usage. The CLI example uses generic shell syntax, but the PowerShell example is specifically called out, which may suggest a slight Windows bias. However, there are no overtly Windows-specific tools or missing Linux examples, as Terraform and Azure CLI are cross-platform.
Recommendations
  • Explicitly mention that the Azure CLI example works on Linux, macOS, and Windows (in Bash or compatible shells), to reassure non-Windows users.
  • Consider labeling the CLI tab as 'Bash or Azure CLI' to clarify its cross-platform nature.
  • If possible, add a short note or example for macOS/Linux users to highlight parity and inclusivity.
  • Ensure that any references to PowerShell are balanced by references to Bash or other common Linux shells, especially in multi-tabbed instruction sections.
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
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 Biased Biased

Flagged Code Snippets

    $primary_web_host=$(terraform output -raw primary_web_host)