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
windows_tools
Summary
The documentation page presents a notable Windows bias in its automation examples and tooling. The primary automation script is a PowerShell (.ps1) script, and instructions for running it reference PowerShell terminals and Windows Task Scheduler for cron-like automation. Windows tools and patterns (PowerShell, Task Scheduler) are mentioned exclusively or before Linux equivalents. While Linux is referenced in prerequisites and out-of-band methods (e.g., Ansible), there are no Linux shell script examples or guidance for running the automation at scale on Linux/macOS. The bias creates friction for Linux/macOS users who wish to automate Arc agent installation at scale.
Recommendations
  • Provide a Bash/shell script equivalent for the PowerShell automation script, or document how to run the PowerShell script on Linux/macOS (e.g., via PowerShell Core).
  • Include instructions for scheduling the automation on Linux (e.g., using cron) alongside Windows Task Scheduler examples.
  • Offer Linux/macOS terminal usage examples for running the script, not just PowerShell.
  • Ensure parity in examples for both Windows and Linux, especially for scale operations.
  • Clarify if the provided PowerShell script is cross-platform (PowerShell Core), and if not, offer a Linux-compatible alternative.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-19 00:00 #399 in_progress Biased Biased
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-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