Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation consistently presents Azure CLI and Azure PowerShell examples for each query, with PowerShell (a Windows-centric tool) always included. In all cases, the CLI example is shown first, but PowerShell is always present, and no Linux-specific shell (such as Bash) or platform-neutral scripting is referenced. There is no explicit mention of Linux tools or shell environments, nor any guidance for Linux users beyond the Azure CLI. The documentation does not acknowledge differences in shell experience or provide parity for Linux-native workflows.
Recommendations
- Explicitly mention that Azure CLI is cross-platform and can be used in Bash, Zsh, and other Linux shells.
- Add example command lines for Bash or other Linux shells where relevant, especially for scripting or output parsing.
- Clarify that PowerShell Core is available on Linux and macOS, and provide installation guidance or links for those platforms.
- Where possible, provide platform-neutral instructions or note any differences in command syntax or output between Windows and Linux environments.
- Include troubleshooting or environment setup notes for Linux users, such as package dependencies or shell configuration tips.
Create Pull Request