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 never mentioning Linux-specific shell usage or examples. All command-line examples are either PowerShell or Azure CLI, with no explicit Bash, Linux shell, or cross-platform scripting guidance. There are no references to Linux tools, nor any notes about platform differences or considerations for Linux users.
Recommendations
  • Explicitly mention that Azure CLI commands can be run in Bash or other Linux shells, and provide example syntax for Bash (e.g., using export for environment variables, handling line continuations, etc.).
  • Add notes or sections clarifying platform differences, such as how to install and use Azure CLI on Linux, and any differences in authentication or environment setup.
  • Include Linux/Bash-specific examples alongside PowerShell, especially for common tasks like setting variables, piping output, or using tools like jq for JSON parsing.
  • Avoid listing PowerShell before Azure CLI when presenting cross-platform options, or alternate the order to avoid implicit prioritization.
  • Reference Linux-native tools where appropriate (e.g., AzCopy for Linux, or mention that manual migration can use rsync or other Linux file copy tools).
  • Add a brief statement at the start of command-line sections indicating that all examples are cross-platform unless otherwise noted, and provide links to platform-specific installation guides.
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