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 consistently presents both Azure CLI and Azure PowerShell examples for all major workflows. However, PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, and in some sections, PowerShell is mentioned before Linux-native patterns. There are no explicit Linux shell script examples, nor any references to Linux-specific tools or package managers. Environment variable examples for proxy configuration are shown for both CLI (Linux-style) and PowerShell (Windows-style), but there is no mention of Linux-specific nuances (such as systemd proxy configuration, bash scripting, or troubleshooting on Linux). The documentation does not reference Linux package managers or provide troubleshooting steps for Linux environments.
Recommendations
  • Add explicit Linux shell script examples for key workflows (e.g., using bash, curl, or kubectl in Linux environments).
  • Include troubleshooting steps or notes for common Linux proxy configuration issues (such as systemd, environment variables in bash, etc.).
  • Reference Linux package managers (e.g., apt, yum) for installing Azure CLI, and clarify prerequisites for Linux environments.
  • Consider reordering examples to present Azure CLI (cross-platform, Linux-native) before PowerShell, or clearly indicate CLI as the recommended/default for Linux.
  • Add notes on file permissions, SELinux/AppArmor, or other Linux-specific security considerations when onboarding clusters.
GitHub Create Pull Request

Scan History

Date Scan Status Result
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