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
Summary
The documentation demonstrates a moderate Windows bias. Windows-specific instructions and tools (e.g., PowerShell, setx, app.config/web.config) are presented first or exclusively in several sections. The Azure CLI installation link defaults to Windows, and examples use PowerShell syntax. Linux and macOS instructions are present but are secondary, and some configuration file references (app.config/web.config) are Windows/.NET-centric.
Recommendations
  • Present platform instructions in parallel or randomized order, rather than always listing Windows first.
  • Include Linux/macOS equivalents for all configuration and tooling examples (e.g., mention .env files, systemd environment files, or other common Linux patterns for storing secrets).
  • Provide links to Azure CLI installation for all platforms, not just Windows.
  • Balance SDK examples by including samples for Python, Java, or Node.js, which are popular on Linux/macOS.
  • When referencing configuration files, mention cross-platform alternatives (e.g., .env, environment variables, secrets managers) alongside Windows-specific files.
  • Avoid PowerShell-specific syntax in CLI examples unless explicitly in a PowerShell section; use bash/zsh syntax for Linux/macOS 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-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 Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-16 00:00 #113 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets