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 is heavily oriented toward Windows environments, with exclusive use of PowerShell runbooks, Windows-style file paths (e.g., D:\examplefiles), and instructions that assume the use of PowerShell and Windows file systems. There are no examples or guidance for Linux-based Hybrid Runbook Workers, nor are Linux shell commands or file path conventions mentioned. The only tooling and scripting language referenced is PowerShell, and all examples use Windows-centric patterns.
Recommendations
  • Provide equivalent examples and instructions for Linux-based Hybrid Runbook Workers, including bash shell commands and Linux file path conventions (e.g., /home/examplefiles).
  • Clarify whether watcher tasks and the provided runbooks are compatible with Linux Hybrid Runbook Workers, and if not, state this limitation explicitly.
  • Offer sample runbooks or scripts written in Python or bash for Linux environments, or explain how to adapt the PowerShell logic for Linux.
  • Include Linux-specific troubleshooting tips and expected output examples.
  • When showing how to create test files, provide both PowerShell (Windows) and bash (Linux) command examples side by side.
  • Avoid using only Windows drive letters and backslashes in examples; show Linux paths as well.
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
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets