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
windows_tools
Summary
The documentation displays a moderate Windows bias. Azure PowerShell examples are consistently presented before Azure CLI examples, and instructions reference opening a PowerShell terminal in Visual Studio Code (a Windows-centric workflow) before mentioning Bash. The use of PowerShell-specific syntax (backtick for line continuation and escaping) is explained in detail, while Bash/Linux equivalents are covered but with less emphasis. Visual Studio Code is recommended as the editor, which is cross-platform, but the terminal instructions default to PowerShell first. There is no explicit mention of Linux-specific tools or workflows, and the CLI instructions assume Bash, but do not address other common Linux shells or environments. No Linux-only features or troubleshooting are discussed.
Recommendations
  • Alternate the order of Azure PowerShell and Azure CLI examples so that CLI (Linux-friendly) is sometimes presented first.
  • Explicitly mention that Bash instructions apply to Linux, macOS, and Windows (with WSL or Git Bash), and clarify any differences for Linux users.
  • Provide more detailed explanations of Bash/Linux shell syntax, especially for users unfamiliar with escape characters and line continuation.
  • Include troubleshooting tips or notes for Linux users, such as file permissions, environment variables, or common issues with Azure CLI on Linux.
  • Reference Linux-native editors (e.g., Vim, Nano) as alternatives to Visual Studio Code.
  • Where possible, add links to Azure CLI installation instructions for Linux distributions and clarify cross-platform support.
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 Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
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
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 Biased Biased

Flagged Code Snippets