Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a bias towards Windows and PowerShell environments. It instructs users to run Azure CLI commands specifically in PowerShell, provides a link to install Azure CLI on Windows, and shows screenshots of PowerShell and Windows environments. There are no examples or instructions for running the same commands on Linux or macOS, nor are there references to Bash or cross-platform terminal usage.
Recommendations
- Clarify that Azure CLI can be run in any terminal (PowerShell, Bash, etc.) on Windows, Linux, and macOS.
- Provide installation instructions for Azure CLI on Linux and macOS alongside the Windows link.
- Include example commands and screenshots for Bash or other common Linux/macOS terminals.
- Avoid specifying 'Open PowerShell' unless a PowerShell-specific feature is required; use 'Open a terminal' or 'Open your command prompt/terminal' instead.
- Add a note that the workflow and commands are cross-platform unless there are genuine platform-specific limitations.
Create Pull Request