Bias Analysis
Detected Bias Types
windows_tools
windows_first
Summary
The documentation page does not provide explicit code samples or command-line instructions, but the 'Next steps' section lists Windows-centric tools (PowerShell, Visual Studio) before Linux-friendly alternatives (Azure CLI, Visual Studio Code). This ordering and inclusion of Windows-only tools may subtly prioritize Windows workflows and tools for Azure Stream Analytics, potentially creating friction for Linux/macOS users.
Recommendations
- Ensure Linux/macOS-friendly tools (Azure CLI, Visual Studio Code) are listed before or alongside Windows-only tools in 'Next steps'.
- Add explicit notes about cross-platform compatibility for each tool, clarifying which are available on Linux/macOS.
- Provide example workflows or quickstarts for Linux/macOS users, especially for tasks currently only described with Windows tools.
- If PowerShell or Visual Studio are referenced, offer equivalent instructions for Bash/CLI and VS Code.
Create Pull Request