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
powershell_heavy
windows_first
Summary
The documentation consistently provides both Azure CLI and Azure PowerShell examples for each query, but PowerShell is featured as a first-class option throughout, with variable assignment and usage examples that are distinctly PowerShell-centric (e.g., $subid = (Get-AzContext).Subscription.Id). There is no explicit mention of Linux-specific shell environments (such as bash, zsh, etc.), nor are there examples tailored to Linux users (e.g., using bash scripting, environment variables, or shell-specific quoting/escaping guidance). The documentation assumes parity between CLI and PowerShell, but the variable assignment and scripting examples are Windows/PowerShell-oriented, and PowerShell is listed before CLI in some places, suggesting a Windows-first approach.
Recommendations
  • Add explicit Linux/bash examples for variable assignment and scripting (e.g., show how to use export, $(), and quoting/escaping in bash/zsh).
  • Include notes or examples for common Linux shell environments, such as bash, zsh, or fish, especially where quoting or escaping is required.
  • Ensure Azure CLI examples are as detailed as PowerShell ones, including variable usage and scripting patterns.
  • Where PowerShell-specific patterns are shown, provide equivalent bash/Linux shell patterns side-by-side.
  • Review ordering of examples to avoid listing PowerShell before CLI by default; consider listing CLI first or alternating order.
  • Add troubleshooting notes for Linux users regarding shell differences, quoting, and environment setup.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
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 Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets