Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell sample scripts, but references to PowerShell (a Windows-centric tool) are given equal prominence to Azure CLI, and there is no explicit mention of Linux/macOS shell environments or examples. The only environment-specific note is about setting MSYS_NO_PATHCONV for 'on-perm bash', which is vague and does not directly address Linux/macOS users. The ordering of examples and links does not prioritize Linux-native tools or workflows.
Recommendations
- Explicitly mention Linux/macOS compatibility and provide clear bash/zsh examples.
- Clarify the 'on-perm bash' note to directly reference Linux/macOS environments.
- Add troubleshooting notes for common Linux/macOS issues (e.g., file permissions, environment variables).
- Ensure that Azure CLI examples are shown before PowerShell, and highlight that CLI works cross-platform.
- Include links to Linux/macOS-specific documentation or guides where relevant.
Create Pull Request