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
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major tasks, but consistently lists PowerShell examples immediately after CLI, and uses Windows-style environment variable syntax in PowerShell sections. There are no explicit Linux/macOS command-line examples (e.g., bash, zsh), and no mention of platform-specific differences or considerations. The CLI examples are cross-platform, but PowerShell is Windows-centric, and its inclusion without Linux/macOS shell equivalents may create friction for non-Windows users.
Recommendations
  • Add explicit bash/zsh examples for environment variable configuration and commands, especially in sections where PowerShell syntax is shown.
  • Clarify that Azure CLI commands work on Linux/macOS and Windows, and note any platform-specific prerequisites or differences.
  • Where environment variables are set, show both export (bash/zsh) and set (PowerShell) syntax side-by-side.
  • Consider listing CLI (cross-platform) examples before PowerShell (Windows-centric) examples, or grouping them in tabs labeled by OS.
  • Explicitly mention that PowerShell Core is available on Linux/macOS, or provide links to installation instructions if recommending PowerShell usage on those platforms.
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