Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides detailed examples for Azure PowerShell (which is most commonly used on Windows) before Azure CLI, and all PowerShell examples use Windows-style prompts (PS C:\>). There are no explicit Linux shell examples (e.g., bash), nor is there mention of Linux-specific considerations or parity in the PowerShell section. The ordering of sections (PowerShell before CLI) and the use of Windows-centric tools and patterns suggest a Windows-first bias.
Recommendations
- Add explicit bash/Linux shell examples for Azure CLI commands, showing usage in a Linux terminal.
- Clarify that Azure PowerShell can be used cross-platform and provide examples of running PowerShell on Linux/macOS (e.g., pwsh instead of Windows PowerShell).
- Reorder the sections to present Azure CLI before Azure PowerShell, or mention that CLI is cross-platform and often preferred on Linux.
- Include notes or tips for Linux users, such as differences in command syntax, environment setup, or authentication.
- Avoid Windows-specific prompts (e.g., PS C:\>) in PowerShell examples, or provide alternative prompts for Linux/macOS.
Create Pull Request