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_tools
powershell_heavy
windows_first
Summary
The documentation provides examples for multiple languages, including Python, Java, JavaScript, C#, and PowerShell. However, there is a notable bias toward Windows-centric tools and patterns: PowerShell is included as a first-class example language, and its usage is described in detail, including references to function.json and run.ps1 files. The documentation refers to configuration files and patterns (function.json, run.ps1) that are most familiar to Windows/PowerShell users, and does not mention Linux shell equivalents or provide guidance for Bash or other Linux-native scripting environments. The inclusion of PowerShell as a primary example language and the lack of Linux shell (e.g., Bash) examples or references to Linux tooling indicate a Windows-first and PowerShell-heavy bias.
Recommendations
  • Add Bash or other Linux shell scripting examples alongside PowerShell for parity, especially in sections describing function.json usage and orchestration client invocation.
  • Reference Linux-native tools and workflows (e.g., bash scripts, environment variable usage, file system paths) where relevant, not just Windows/PowerShell equivalents.
  • Clarify that function.json and run.ps1 are not exclusive to Windows and provide guidance for Linux users on how to work with these files and triggers in a Linux environment.
  • Consider including a 'platform notes' section that highlights any differences or considerations for Linux users, such as file permissions, path formats, or shell usage.
  • Ensure that any references to scripting or automation are balanced between Windows (PowerShell) and Linux (Bash/sh), or explicitly state if a feature is only available on Windows.
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 Clean Clean

Flagged Code Snippets