Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents both Azure CLI and Azure PowerShell options for resource group and virtual network creation, but consistently lists Azure PowerShell before Azure CLI in both the text and reference links. The alternate way to get the Azure Container Instance ID provides the PowerShell example first, followed by the Azure CLI example. There are no Linux-specific tools or shell examples (e.g., Bash scripts), and the documentation does not mention Linux or Windows explicitly, but the ordering and emphasis suggest a slight Windows/PowerShell bias.
Recommendations
- Alternate the order of Azure CLI and PowerShell examples and links, or present CLI examples first to improve parity for Linux users.
- Explicitly mention that both Azure CLI and PowerShell are cross-platform, and clarify which commands work natively on Linux and macOS.
- Include Bash script examples for common tasks, or reference Bash usage where appropriate.
- Add a note or section on using Cloud Shell from Linux environments, including any platform-specific considerations.
- Ensure screenshots and UI references do not assume Windows usage (e.g., avoid PowerShell-centric imagery unless balanced with CLI/Bash).
Create Pull Request