Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page consistently uses PowerShell syntax for all CLI examples, including npm installation, project build, test, and deployment steps. Windows/PowerShell commands are shown exclusively, with no Bash, sh, or Linux/macOS shell equivalents. Azure PowerShell tools are referenced for deployment, and there is no mention of Azure CLI or cross-platform alternatives. The only explicit OS note is that JavaScript UDFs work only on Windows, but otherwise, Linux/macOS users are left to infer compatibility and command translation.
Recommendations
- Provide Bash/sh equivalents for all CLI commands, especially for npm installation and azure-streamanalytics-cicd usage.
- Include Azure CLI deployment instructions alongside Azure PowerShell, or clarify cross-platform support for deployment.
- Explicitly state OS compatibility for the npm package and commands (e.g., supported on Windows, Linux, macOS).
- When showing command examples, alternate or parallel Windows and Linux/macOS syntax, or use generic shell syntax where possible.
- Add notes or troubleshooting for Linux/macOS users, especially regarding file paths and environment setup.
Create Pull Request