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_first
missing_linux_example
windows_tools
Summary
The documentation page exhibits a Windows bias by providing PowerShell-heavy examples, using Windows-centric tooling (PowerShell, drive letters), and presenting Windows patterns before Linux equivalents. While Azure CLI and bash examples are present, key operations such as uploading scripts and deploying templates are shown only with PowerShell commands, with Linux-native alternatives missing or relegated to secondary mentions. Docker usage examples also default to Windows-style volume mounts (drive letters), and there is no explicit Linux shell or file system example for these steps.
Recommendations
  • Provide equivalent bash/Azure CLI commands for uploading deployment scripts to Azure Storage, alongside PowerShell examples.
  • Include Linux-native Docker volume mount examples (e.g., /home/user/docker:/data) and clarify platform differences.
  • Present both PowerShell and bash/CLI examples in parallel, or alternate their order to avoid Windows-first bias.
  • Explicitly mention and demonstrate how Linux/macOS users can perform each step, especially for local development and file sharing.
  • Clarify that PowerShell is available cross-platform, but provide guidance for users who prefer bash or other shells.
  • Add screenshots or terminal output from Linux/macOS 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