Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and PowerShell examples for retrieving prediction results, but PowerShell is given a dedicated tab and example, which is primarily a Windows tool. The PowerShell example appears before the REST API example, and there is no mention of Linux/macOS-specific shell usage (e.g., Bash), nor any explicit Linux/macOS instructions. However, the Azure CLI example is cross-platform and shown first, mitigating the bias somewhat.
Recommendations
- Clarify that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
- Consider adding a Bash shell example or explicitly stating that the CLI commands work on Linux/macOS.
- If PowerShell is shown, note that PowerShell Core is available on Linux/macOS, or provide equivalent Bash examples.
- Ensure that examples and instructions do not imply PowerShell is required unless there is a Windows-only feature.
Create Pull Request