Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias primarily through its 'Next steps' section, which exclusively recommends PowerShell for monitoring and managing Azure Stream Analytics jobs. PowerShell is a Windows-centric tool, and there is no mention of Linux alternatives or cross-platform command-line tools. Additionally, the documentation does not provide examples or guidance for Linux users, such as using Azure CLI or Bash scripts, which are common in Linux environments.
Recommendations
- Include equivalent instructions and examples for managing Stream Analytics jobs using Azure CLI, which is cross-platform and widely used on Linux.
- Provide links to documentation or tutorials for Linux users, such as Bash scripting or using REST APIs for job management.
- Explicitly mention that PowerShell is available on Linux and macOS, or clarify platform compatibility where relevant.
- Ensure that future documentation sections present both Windows and Linux options side-by-side, or in a platform-neutral manner.
Create Pull Request