Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query, but PowerShell is always presented as a primary tab alongside CLI, and there is no mention of Linux-specific shell usage (e.g., Bash) or Linux-native tools. The PowerShell examples may imply a Windows-centric workflow, and there is no explicit guidance or parity for Linux users beyond the CLI, which is cross-platform but not highlighted as such.
Recommendations
- Explicitly state that Azure CLI commands work on Linux, macOS, and Windows, and provide Bash shell examples or notes for Linux users.
- Add a 'Bash' or 'Linux shell' tab alongside PowerShell to demonstrate usage in a Linux environment, including any differences in escaping or command syntax.
- Clarify that PowerShell is available cross-platform, but also mention that Linux users may prefer Bash or other shells.
- Where relevant, discuss any OS-specific considerations (e.g., agent installation, file paths, environment variables) for both Windows and Linux.
- Ensure that documentation language and examples do not assume a Windows-first audience, and highlight Linux parity where possible.
Create Pull Request