Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates mild Windows bias by listing PowerShell as a primary language option for Durable Functions quickstarts, and by referencing .NET and PowerShell examples before Linux-native equivalents. There is no explicit mention of Linux-specific tools, nor are Linux development patterns (such as Bash scripting or Linux CLI) highlighted. The quickstart and sample tables include PowerShell alongside other languages, but do not provide parity for Linux shell scripting or highlight Linux-first development experiences.
Recommendations
- Add Linux/Bash shell quickstart and sample options alongside PowerShell, or clarify cross-platform support for scripting.
- Explicitly mention Linux development environments and tools (e.g., Bash, Linux CLI) in quickstart and sample tables.
- Ensure examples and instructions are provided for both Windows and Linux platforms, including any OS-specific setup steps.
- Avoid listing Windows-centric tools (e.g., PowerShell) before Linux equivalents unless there is a technical reason; consider alphabetical or platform-neutral ordering.
- Include notes or sections on developing and deploying Durable Functions and Durable Task SDKs from Linux environments, including common patterns and troubleshooting.
Create Pull Request