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 is focused on Linux, but several sections show Windows bias. PowerShell deployment examples are presented before Azure CLI, and troubleshooting instructions reference PowerShell first. There are no direct examples of using native Linux tools (e.g., Bash, cloud-init, or ARM templates via Linux shell), and the CLI examples use backticks (`) for line continuation, which is a Windows convention. The documentation does not provide explicit Linux shell command examples for deploying or troubleshooting the extension, nor does it discuss Linux-native automation approaches.
Recommendations
  • Present Azure CLI examples before PowerShell, as CLI is cross-platform and preferred on Linux.
  • Use Bash-style line continuation (\) in CLI examples, not backticks (`), to match Linux shell conventions.
  • Add explicit Bash deployment examples (e.g., using az CLI from Linux shell).
  • Include troubleshooting steps using Linux tools (e.g., journalctl, systemctl, tail) to view logs and service status.
  • Reference Linux-native automation methods (cloud-init, Ansible, etc.) for extension deployment.
  • Clarify that PowerShell examples are optional and primarily for Windows users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-19 00:00 #400 in_progress Biased Biased
2026-02-18 00:00 #396 in_progress Biased Biased
2026-02-17 00:00 #392 in_progress Biased Biased
2026-02-16 00:00 #388 in_progress Biased Biased
2026-02-15 00:00 #384 in_progress Biased Biased
2026-02-14 00:00 #380 in_progress Biased Biased
2026-02-13 00:00 #376 in_progress Biased Biased
2026-02-12 00:00 #372 in_progress Biased Biased
2026-02-11 00:00 #368 in_progress Clean Clean
2026-02-10 00:00 #364 completed Biased Biased
2026-02-09 00:00 #360 completed Biased Biased
2026-02-08 00:00 #356 completed Biased Biased
2026-02-05 00:00 #344 completed Biased Biased
2026-02-04 00:00 #340 completed Biased Biased
2026-02-03 00:00 #336 completed Biased Biased
2026-02-02 00:00 #332 completed Biased Biased
2026-02-01 00:00 #328 completed Biased Biased
2026-01-31 00:00 #324 completed Biased Biased
2026-01-30 00:00 #320 completed Biased Biased
2026-01-07 06:10 #227 cancelled Clean Clean

Flagged Code Snippets