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 resource creation and management. However, PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, and in some sections, PowerShell environment variable syntax is shown without equivalent Linux/Bash examples. There are no explicit Linux/Bash command examples for setting environment variables or running commands outside of Azure CLI, and no mention of Linux-specific patterns or considerations. This may disadvantage Linux users, who are more likely to use Bash and native Linux tools.
Recommendations
  • Add explicit Linux/Bash examples for setting environment variables (e.g., export HTTP_PROXY, HTTPS_PROXY, NO_PROXY) wherever PowerShell examples are shown.
  • Clarify that Azure CLI commands are cross-platform and provide any necessary Linux-specific notes (e.g., shell syntax, permissions).
  • Where PowerShell commands are shown, provide equivalent Bash/Linux commands, especially for environment setup and scripting.
  • Review the order of examples: consider presenting Azure CLI (cross-platform) examples first, followed by PowerShell.
  • Mention any Linux-specific considerations for proxy configuration, certificate management, or troubleshooting.
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