Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides code examples for multiple languages, including PowerShell, which is primarily a Windows-centric shell. PowerShell examples are given equal prominence alongside other languages, but there are no explicit Linux shell (e.g., Bash) examples. Additionally, tooling references (such as Azure Storage Explorer) are Windows-friendly, and there is no mention of Linux-specific tools or patterns for inspecting storage. The documentation does not discuss Linux-specific deployment or management considerations, nor does it provide parity for Linux-native scripting or command-line usage.
Recommendations
- Add Bash or Linux shell script examples where PowerShell is shown, or clarify PowerShell usage on Linux.
- Mention cross-platform tools for inspecting Azure Storage (e.g., az CLI, cross-platform Azure Storage Explorer, or alternatives like 'azure-storage' Python SDK).
- Discuss any Linux-specific deployment, configuration, or troubleshooting considerations for Durable Functions.
- Clarify that PowerShell examples can be run on Linux (if true), or provide alternative Linux-native scripting examples.
- Ensure that references to tools and patterns are not Windows-centric, or provide Linux equivalents in parallel.
Create Pull Request