Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but the inclusion of PowerShell (a Windows-centric tool) as a primary tab and the lack of explicit Linux shell or bash examples may indicate a slight Windows bias. The CLI example is cross-platform, but PowerShell is still highlighted, and there is no mention of Linux-specific shell usage or alternative Linux-native tools.
Recommendations
- Add explicit Bash or Linux shell examples, even if they mirror the Azure CLI usage, to demonstrate parity and acknowledge Linux users.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide sample shell prompts (e.g., $ for bash, PS> for PowerShell) to reinforce cross-platform support.
- If PowerShell is included, consider also referencing PowerShell Core (pwsh), which is cross-platform, and clarify its compatibility.
- Ensure that documentation does not assume PowerShell as the default scripting environment, especially for cross-platform audiences.
Create Pull Request