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 page demonstrates a Windows bias by consistently listing PowerShell as a primary method for command-line operations, often before Azure CLI, and by providing only PowerShell and Azure CLI examples for scripting. There are no explicit Linux shell (bash) examples, nor is there mention of Linux-specific tools or workflows. The use of PowerShell as a default scripting language and the absence of Linux shell examples may disadvantage Linux users or those unfamiliar with PowerShell.
Recommendations
  • Add bash shell examples alongside PowerShell and Azure CLI, especially for common operations (e.g., using az commands in bash scripts).
  • Explicitly mention Linux compatibility for Azure CLI commands and provide sample usage in a Linux terminal context.
  • Include notes or sections clarifying that all CLI commands are cross-platform and provide guidance for Linux users where workflows may differ.
  • Avoid listing PowerShell before Azure CLI in all cases; alternate or group them together to avoid implying a Windows-first approach.
  • Reference Linux-native tools (e.g., AzCopy usage in Linux, scripting with sh/bash) where manual migration or automation is discussed.
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 Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets