Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
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 primarily associated with Windows environments, and no explicit Linux shell (bash, zsh) or scripting examples are provided. The PowerShell examples are always present and sometimes listed before or alongside CLI, but never after a Linux-specific example. There is no mention of Linux-specific tools, nor any guidance for Linux users beyond the CLI, which could be improved for parity.
Recommendations
- Add explicit bash or shell script examples for each scenario, demonstrating usage in a native Linux environment.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide any OS-specific notes if needed.
- Consider adding a 'Linux' or 'macOS' tab alongside 'Azure CLI' and 'Azure PowerShell' to show parity and encourage cross-platform usage.
- If PowerShell is shown, clarify that PowerShell Core is available on Linux and macOS, and provide installation or usage notes for non-Windows platforms.
- Avoid listing PowerShell examples before CLI or Linux-native examples unless there is a clear reason.
Create Pull Request