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
windows_first
Summary
The documentation page for Durable Functions provides parity across major programming languages (C#, JavaScript, Python, PowerShell, Java) and does not show strong Windows bias in code examples or patterns. However, there is a subtle bias in tooling recommendations: Visual Studio (Windows-only) is mentioned first for C# quickstarts and templates, while Visual Studio Code (cross-platform) is used for other languages. PowerShell, a Windows-centric language, is included, but Linux equivalents (such as Bash) are not present. There is no explicit mention of Linux-specific development environments or CLI workflows.
Recommendations
  • List Visual Studio Code (cross-platform) before Visual Studio in quickstart and template recommendations for C#.
  • Explicitly mention and provide examples for developing and running Durable Functions on Linux, including CLI workflows (Azure Functions Core Tools) and container-based development.
  • Add references to Linux-friendly editors (e.g., VS Code, Vim) and environments in the 'Jump right in' and template sections.
  • Clarify that PowerShell examples work on Linux (PowerShell Core), or provide Bash equivalents where appropriate.
  • Ensure that all tooling and workflow instructions are platform-neutral or provide both Windows and Linux options.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
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