Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a Windows bias by listing Windows-centric tools (PowerShell, Visual Studio) before Linux-friendly alternatives, and by including multiple quickstarts for Windows-specific environments (PowerShell, Visual Studio) while only briefly mentioning the Azure CLI and Visual Studio Code, which are more cross-platform. There are no explicit Linux examples or references to Linux-specific workflows, and Windows tools are given prominence in the 'Next steps' section.
Recommendations
- Add explicit Linux examples or workflows, such as using Bash or Linux shell scripts for Azure Stream Analytics job creation.
- Reorder the 'Next steps' section to present cross-platform tools (Azure CLI, Visual Studio Code) before Windows-specific tools (PowerShell, Visual Studio).
- Include notes or guidance for Linux users, such as package installation instructions or environment setup steps.
- Ensure parity in documentation by providing equivalent instructions for both Windows and Linux environments wherever possible.
Create Pull Request