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 page demonstrates a moderate Windows bias. While Docker CLI commands are platform-agnostic, Azure PowerShell examples are given equal prominence to Azure CLI, and Windows-centric tools (Visual Studio Code, Docker extension) are recommended. In several places, PowerShell is mentioned before or alongside CLI, but no Linux shell-specific examples (e.g., bash scripts) are provided. The use of 'Control+C' for stopping containers is a Windows-centric notation, and Visual Studio Code is promoted as a primary workflow tool, which is more common on Windows. There are no explicit Linux shell or macOS terminal examples, nor any mention of Linux-native tools or patterns.
Recommendations
  • Add explicit Linux shell (bash) examples for authentication and image management, especially for scripting scenarios.
  • Include macOS-specific notes where relevant (e.g., stopping containers, file paths).
  • Present Azure CLI (cross-platform) examples before PowerShell, and clarify CLI is recommended for Linux/macOS users.
  • Mention Linux-native editors (e.g., Vim, VS Code on Linux) and workflows alongside Visual Studio Code.
  • Use platform-neutral notation for keyboard shortcuts (e.g., 'press Ctrl+C or Cmd+C to stop the container').
  • Highlight Docker Desktop for Linux and provide links to Linux installation and troubleshooting guides.
  • Where PowerShell is referenced, clarify its availability on Linux and macOS, or provide alternative bash commands.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets