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 moderate Windows bias. Command-line examples are consistently shown using PowerShell syntax (e.g., 'cd' and command blocks labeled as 'powershell'), with no explicit Linux/macOS shell equivalents. The instructions and tooling (Azure CLI, npm, git) are cross-platform, but examples and terminology default to Windows conventions. There are no Linux/macOS-specific notes or alternative shell commands provided.
Recommendations
  • Provide Linux/macOS shell examples alongside PowerShell commands, using appropriate syntax (e.g., 'cd' and 'ls' in bash/zsh).
  • Label command blocks generically (e.g., 'shell') or provide tabs for Windows (PowerShell) and Linux/macOS (bash/zsh).
  • Add notes clarifying that all tools (Azure CLI, npm, git) are cross-platform and provide installation links for Linux/macOS.
  • Explicitly mention that the steps work on Linux/macOS and highlight any platform-specific differences, if any.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
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 Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-30 00:01 #96 cancelled Biased Biased
2025-08-08 00:00 #74 completed Biased Biased

Flagged Code Snippets