Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by providing only PowerShell-formatted Azure CLI examples, which are more familiar to Windows users. There are no Bash or Linux shell examples, nor is there mention of Linux-specific usage patterns. The use of PowerShell syntax for Azure CLI commands may confuse Linux users, and the documentation does not clarify cross-platform compatibility or provide parity in example formats.
Recommendations
- Provide Azure CLI examples in both PowerShell and Bash syntax, or use neutral formatting that works on all platforms.
- Explicitly mention that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
- Add notes or sections highlighting any platform-specific differences, if they exist.
- Include screenshots or instructions for using the Azure CLI on Linux terminals.
- Avoid using PowerShell-specific formatting for CLI commands unless necessary, and clarify when commands are platform-agnostic.
Create Pull Request