Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation generally maintains cross-platform parity but exhibits mild Windows bias in a few areas. In sections where both Azure CLI and PowerShell are referenced, PowerShell is often mentioned before CLI, and in the 'Alternate way to get the Azure Container Instance ID' section, the PowerShell example is given before the Azure CLI example. Additionally, the command-line examples do not explicitly mention Linux/macOS environments or provide Bash-specific context, and there are no screenshots or instructions tailored to non-Windows users.
Recommendations
- Present Azure CLI (cross-platform) examples before PowerShell examples, as CLI is more commonly used on Linux/macOS.
- Explicitly state that Azure CLI commands work on Linux/macOS/Windows, and PowerShell is available cross-platform but more familiar to Windows users.
- Include Bash shell context or notes for Linux/macOS users where appropriate.
- Add screenshots or instructions for Linux/macOS environments where UI or terminal differences may exist.
- Ensure parity in all command-line examples, and avoid defaulting to Windows-first ordering.
Create Pull Request