Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides detailed examples for both Azure PowerShell and Azure CLI, but the PowerShell section is presented before the CLI section and includes more example scenarios. The PowerShell examples use Windows-style prompts (PS C:\>), which may reinforce a Windows-centric approach. There are no explicit Linux shell examples (e.g., bash), and no mention of Linux-specific considerations or alternative shells for Azure CLI usage.
Recommendations
- Present Azure CLI examples before or alongside PowerShell examples to avoid Windows-first ordering.
- Include explicit bash or Linux shell prompts (e.g., $) in CLI examples to demonstrate cross-platform usage.
- Add notes clarifying that Azure CLI commands work on Linux, macOS, and Windows, and provide any platform-specific guidance if relevant.
- Balance the number and complexity of CLI and PowerShell examples to ensure parity.
- Avoid using Windows-specific prompts (PS C:\>) unless necessary, or provide equivalent Linux/macOS shell prompts.
Create Pull Request