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_tools
missing_linux_example
windows_first
Summary
The documentation page for Azure Automation runbook execution is heavily focused on PowerShell, which is primarily associated with Windows environments. Most examples, explanations, and referenced modules are PowerShell-centric, with no mention of Bash, Python, or Linux-native scripting approaches. Windows-specific tools (e.g., WinSCP.exe, IIS) are referenced without Linux equivalents, and file paths use Windows conventions (C:\temp). There is no guidance or examples for Linux/macOS users, nor are Linux-specific scenarios (such as using Bash scripts or Linux file paths) addressed.
Recommendations
  • Add examples and guidance for Python runbooks, which are supported in Azure Automation and commonly used on Linux/macOS.
  • Include Linux/macOS file path conventions (e.g., /tmp) alongside Windows paths when discussing temporary storage.
  • Reference Linux equivalents for Windows tools (e.g., scp or sftp for WinSCP, Apache/nginx for IIS) in module requirements.
  • Provide Bash or shell script runbook examples where appropriate.
  • Clarify which features and modules are available or limited on Linux Hybrid Runbook Workers.
  • Reorder examples and references so that Linux/macOS scenarios are presented alongside or before Windows-specific ones, where possible.
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 Clean Clean
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 Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets