Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides code examples for multiple languages, including PowerShell, which is primarily a Windows-centric technology. PowerShell examples are given equal prominence alongside cross-platform languages, but there are no explicit Linux shell (e.g., Bash) or Linux-specific tooling examples. Additionally, tools mentioned for inspecting storage (such as Azure Storage Explorer) are cross-platform, but no Linux-native alternatives are suggested. The documentation does not mention Linux-specific patterns or tools, and the presence of PowerShell may imply a Windows-first bias.
Recommendations
- Add equivalent Bash or Linux shell examples where PowerShell is shown, or clarify PowerShell's cross-platform availability.
- Mention Linux-native tools for inspecting Azure Storage (e.g., az CLI, storage-explorer CLI, or third-party Linux tools) alongside Azure Storage Explorer.
- Explicitly state that Durable Functions and related tooling are supported on Linux, and provide links or notes for Linux users where relevant.
- Ensure that any references to configuration files or environment variables include Linux-specific instructions (e.g., setting environment variables in Bash).
Create Pull Request