Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in its Azure CLI section by exclusively providing PowerShell-based examples and variable assignments, which are specific to Windows environments. There are no Bash or Linux shell equivalents, and the command syntax (including backticks for line continuation) is tailored for PowerShell. The documentation does not mention or provide guidance for Linux or macOS users, nor does it offer alternative shell examples. The Azure portal instructions are platform-neutral, but the CLI instructions assume a Windows/PowerShell context.
Recommendations
- Add equivalent Bash/Linux shell examples for all Azure CLI commands, including variable assignments and command syntax.
- Explicitly mention that Azure CLI is cross-platform and provide guidance for Linux/macOS users.
- Avoid using PowerShell-specific syntax (such as backticks for line continuation) in CLI documentation, or provide both PowerShell and Bash alternatives.
- Include notes or tabs for different operating systems (e.g., Windows/PowerShell, Linux/Bash, macOS) to ensure parity and accessibility for all users.
Create Pull Request