Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page provides command examples using PowerShell syntax and references the 'az' CLI commands in a way that suggests Windows usage, without mentioning or providing Linux/macOS shell equivalents. There is no explicit guidance or examples for Linux users, such as bash/zsh syntax or platform-specific considerations, which may make the instructions less accessible to non-Windows users.
Recommendations
- Include Linux/macOS shell examples (e.g., bash/zsh) alongside PowerShell commands.
- Clarify that the 'az' CLI is cross-platform and provide instructions for installing and running it on Linux/macOS.
- Avoid assuming PowerShell as the default shell; use generic CLI syntax or provide both PowerShell and bash examples.
- Mention any platform-specific prerequisites or differences in command usage, if applicable.
Create Pull Request