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
Summary
The troubleshooting guidance for workload orchestration is heavily biased toward PowerShell and Windows-style command usage. Most examples, including those for Azure CLI, Docker, and Kubernetes, are provided only in PowerShell syntax or with Windows-specific command patterns. Linux/Bash equivalents are missing for critical troubleshooting steps, except for the 'service group' section, which does provide both Bash and PowerShell tabs. This creates friction for Linux/macOS users, especially in sections where only PowerShell commands are given and Windows-style variable usage is assumed.
Recommendations
  • Provide Bash/Linux equivalents for all PowerShell commands, especially for Azure CLI, Docker, and Kubernetes operations.
  • Use cross-platform variable syntax (e.g., $VAR for PowerShell, $VAR for Bash) and clarify which shell is expected.
  • Add notes or tabs indicating which commands are for Windows/PowerShell and which are for Bash/Linux.
  • Ensure Docker and kubectl examples are shown in Bash syntax as well, since these tools are widely used on Linux/macOS.
  • Review and update file encoding instructions to clarify cross-platform editors and encoding differences.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-18 00:00 #395 in_progress Biased Biased
2026-02-17 00:00 #391 in_progress Biased Biased
2026-02-16 00:00 #387 in_progress Biased Biased
2026-02-15 00:00 #383 in_progress Biased Biased
2026-02-14 00:00 #379 in_progress Biased Biased
2026-02-13 00:00 #375 in_progress Biased Biased
2026-02-12 00:00 #371 in_progress Biased Biased
2026-02-11 00:00 #367 in_progress Clean Clean
2026-02-10 00:00 #363 completed Biased Biased
2026-02-09 00:00 #359 completed Biased Biased
2026-02-08 00:00 #355 completed Biased Biased
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