Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page includes a prominent PowerShell-specific note and full PowerShell code examples alongside other languages. PowerShell is a Windows-centric tool, and its inclusion (with a dedicated SDK note and example) may signal a Windows bias. The note about PowerShell SDK appears before any mention of Linux or cross-platform equivalents, and there is no mention of Bash, Linux shell, or cross-platform scripting alternatives. There is no explicit Linux example or reference to Linux-specific tooling or patterns.
Recommendations
- Add a note clarifying PowerShell support on Linux and macOS, or mention cross-platform alternatives where relevant.
- Include Bash or other Linux shell examples if scripting is discussed, or clarify that Durable Functions are cross-platform and provide guidance for Linux users.
- Balance the introductory notes by mentioning both Windows and Linux environments, especially when discussing SDKs or tooling.
- If PowerShell is shown, consider also showing Bash or Python CLI equivalents for orchestration management tasks.
- Explicitly state platform compatibility for all SDKs and tools referenced, and link to documentation for Linux/macOS usage where available.
Create Pull Request