Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page references PowerShell specifically in the 'Next steps' section, suggesting Windows-centric tooling for monitoring and managing Azure Stream Analytics jobs. There are no examples or mentions of Linux or cross-platform alternatives such as Azure CLI or Bash scripts. This may lead Linux users to feel unsupported or unaware of equivalent workflows.
Recommendations
- Include Azure CLI examples alongside or instead of PowerShell for managing Stream Analytics jobs, as Azure CLI is cross-platform.
- Explicitly mention that management tasks can be performed from Linux, macOS, or Windows, and provide links to relevant documentation.
- Balance references to Windows tools with Linux-friendly alternatives in 'Next steps' and throughout the documentation.
- If PowerShell is referenced, clarify that PowerShell Core is available cross-platform, or provide Bash equivalents.
Create Pull Request