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
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a bias towards Windows environments. Examples for setting environment variables and using curl are shown using Windows command syntax (cmd.exe 'set' commands, Windows-style variable expansion), and jq is referenced with a Windows path. PowerShell is given a dedicated section with full examples, while there are no Linux shell (bash) equivalents for setting variables, running curl, or using jq. The prerequisites mention Windows PowerShell before curl/jq, and the curl examples are tailored to Windows usage. There are no bash or Linux-native command examples, nor guidance for Linux users on adapting the commands.
Recommendations
  • Add Linux/bash examples for setting environment variables (e.g., 'export CLUSTERNAME=...'), running curl, and using jq (e.g., 'jq .id').
  • Present both Windows and Linux command examples side-by-side, or clearly label which environment each example is for.
  • Reference Linux-native tools and patterns (e.g., bash, sh, Linux paths) alongside Windows tools.
  • In the prerequisites, mention Linux shell usage before or alongside Windows PowerShell.
  • Ensure all command examples are provided for both platforms, with notes on differences in syntax and tool usage.
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-09-06 00:00 #103 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets