Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, Azure PowerShell is Windows-centric and is always presented alongside CLI, sometimes before or with equal prominence. There are no explicit Linux shell (bash/zsh) or scripting examples, nor is there mention of Linux-specific tooling or usage patterns. The documentation does not clarify cross-platform compatibility for PowerShell or CLI commands, and does not offer Linux-first or Linux-specific guidance.
Recommendations
- Add explicit bash/zsh shell examples for each query, demonstrating usage in a native Linux environment.
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux and macOS users.
- If PowerShell examples are included, specify whether they work with PowerShell Core on Linux/macOS, or provide alternatives.
- Consider ordering examples with Azure CLI (cross-platform) first, followed by PowerShell, to avoid implicit Windows-first bias.
- Mention any OS-specific prerequisites or differences in command behavior between Windows and Linux.
- Include troubleshooting or environment setup notes for Linux users, such as installation instructions for Azure CLI on Linux.
Create Pull Request