Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, the PowerShell example is Windows-centric and is presented before any mention of Linux-specific shell usage (such as Bash). There are no explicit Linux shell (Bash) examples, nor is there any mention of running the CLI commands in a Linux environment. The order of tabs and examples (CLI, PowerShell, Portal) tends to favor Windows tools and patterns, with PowerShell given equal prominence to CLI, despite CLI being more universal.
Recommendations
- Add explicit Bash/Linux shell examples for the Azure CLI command, showing usage in a Linux terminal.
- Clarify that Azure CLI commands work on both Windows and Linux, and provide sample outputs or notes for both environments.
- Consider reordering tabs or examples to lead with cross-platform tools (Azure CLI/Bash) before Windows-specific tools (PowerShell).
- If PowerShell is included, note that PowerShell Core is available on Linux and macOS, and provide guidance for those platforms.
- Avoid presenting Windows-centric tools (PowerShell) as the default or primary method unless the audience is specifically Windows-only.
Create Pull Request