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 samples alongside other languages. PowerShell is a Windows-centric tool, and its inclusion (with a special note and examples) signals a bias toward Windows environments. There is no mention of Linux shell equivalents (e.g., Bash), nor any discussion of cross-platform scripting options. The PowerShell note appears before any Linux or cross-platform considerations, and no Linux-specific guidance or parity notes are present.
Recommendations
- Add notes or examples for Linux users, such as Bash or cross-platform shell scripting, where relevant.
- Clarify that PowerShell Core is cross-platform, if applicable, and provide guidance for Linux users on installing and using it.
- Balance platform-specific notes by including any Linux/macOS caveats or SDK differences if they exist.
- Explicitly mention that the Durable Functions SDKs and orchestration features are available and supported on Linux, and link to relevant Linux setup guides.
- If PowerShell is required for certain features, state whether PowerShell Core on Linux is supported and provide installation instructions.
Create Pull Request