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 examples for all major operations, but PowerShell is given equal prominence and detail, despite being primarily a Windows tool. There are no explicit Linux shell script examples (e.g., bash), and environment variable examples for proxy configuration use both Windows (PowerShell `$Env:`) and Linux (`export`) syntax, but the PowerShell examples are presented first in some sections. There is no mention of Linux-specific tools or patterns beyond Azure CLI, and no troubleshooting or operational guidance for Linux environments.
Recommendations
  • Add explicit bash/Linux shell script examples for key operations, especially for proxy configuration and environment setup.
  • Ensure that Linux environment variable examples (using `export`) are presented before or alongside PowerShell examples, not after.
  • Include troubleshooting steps or operational notes specific to Linux environments (e.g., SELinux, systemd, log locations).
  • Clarify that Azure CLI is cross-platform and recommend it as the default for Linux users.
  • Avoid presenting PowerShell as the primary or default method for cross-platform tasks; make it clear when PowerShell is Windows-specific.
  • Add notes or links to Linux-specific documentation where relevant.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-19 00:00 #399 in_progress Biased Biased
2026-02-18 00:00 #395 in_progress Biased Biased
2026-01-18 00:00 #267 completed Biased Biased
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets