Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation lists both Azure CLI and PowerShell as supported CLI tools, but PowerShell is given equal prominence to Azure CLI, despite PowerShell being primarily associated with Windows. There are no explicit Linux-specific tools, examples, or mentions of Linux shell usage (e.g., Bash), and the documentation does not clarify cross-platform compatibility for the CLI tools. No Linux-specific patterns or examples are provided.
Recommendations
- Clarify that Azure CLI is fully cross-platform and works natively on Linux, macOS, and Windows.
- Add explicit examples or notes for using Azure CLI in Bash or other Linux shells.
- Mention that PowerShell Core is available cross-platform, if relevant, and provide installation/use guidance for Linux users.
- Consider including a 'Platform compatibility' section for each tool, specifying supported operating systems.
- If possible, provide sample commands in both PowerShell and Bash syntax to ensure parity.
Create Pull Request