Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by exclusively referencing PowerShell for monitoring and managing Azure Stream Analytics jobs in the 'Next steps' section. There are no examples or mentions of Linux-native tools, such as Azure CLI or Bash scripts, nor are cross-platform alternatives presented. The documentation assumes familiarity with Windows tooling and does not provide parity for Linux users.
Recommendations
- Include Azure CLI examples for monitoring and managing Stream Analytics jobs alongside PowerShell references.
- Explicitly mention that both PowerShell and Azure CLI are supported, and provide links to relevant Linux-compatible documentation.
- Add sample Bash scripts or command-line instructions for Linux users where appropriate.
- Ensure that cross-platform tools are presented before or alongside Windows-specific tools to avoid implicit prioritization.
Create Pull Request