About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
Summary:
The documentation provides language-specific examples for C#, JavaScript, Python, PowerShell, and Java. While PowerShell is included as a first-class language, there is no explicit Windows bias in terms of tools, shell commands, or patterns that would exclude or disadvantage Linux users. However, the inclusion of PowerShell as a primary example language (rather than, for example, Bash or a Linux-native shell) may be seen as a subtle bias toward Windows environments, since PowerShell is more commonly associated with Windows, even though it is now cross-platform.
Recommendations:
- Clarify that PowerShell examples are cross-platform and not Windows-specific, or provide equivalent Bash/shell script examples where relevant.
- Explicitly mention that all code examples (including PowerShell) are intended to work on both Windows and Linux environments, or provide notes about any platform-specific considerations.
- If possible, add a Bash or Linux shell scripting tab for parity with PowerShell, especially if scripting is a common use case for Durable Functions.
- Continue to ensure that all tooling and patterns described are platform-agnostic, and avoid references to Windows-only tools or workflows.
Create pull request