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
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a bias toward Windows and PowerShell environments. Most code examples for deploying and uploading scripts use Azure PowerShell commands, and the Docker volume mounting instructions use Windows-style drive letters (e.g., d:/docker), which are specific to Windows hosts. There are no equivalent Linux shell or Azure CLI examples for these steps, and the PowerShell approach is presented first in most sections. The documentation assumes familiarity with Windows tooling and patterns, leaving Linux users with less guidance.
Recommendations
  • Provide equivalent Azure CLI and Bash examples for all PowerShell commands, especially for resource group deployment and file uploads.
  • Include Docker volume mount instructions for Linux hosts (e.g., using /home/user/docker:/data) alongside Windows examples.
  • Alternate the order of examples so that CLI/Bash instructions are presented first or equally with PowerShell.
  • Clarify which steps are platform-agnostic and which require platform-specific commands, and provide guidance for both Windows and Linux users.
  • Add screenshots or terminal outputs from Linux environments where appropriate.
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 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