Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments, and its inclusion as a separate tab may suggest a Windows-centric approach. There are no explicit Linux shell (bash, zsh) or scripting examples, nor is there mention of Linux-specific tooling or usage patterns. The ordering of examples (CLI, then PowerShell, then Portal) is common, but the lack of Linux-specific context or explicit parity can be seen as subtle Windows bias.
Recommendations
- Add explicit Linux shell (bash/zsh) usage examples, especially for scenarios where escaping or quoting differs from Windows.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide notes on any platform-specific considerations.
- Consider including scripting examples using bash or other Linux-native tools for advanced scenarios.
- If PowerShell is included, mention that PowerShell Core is available cross-platform, or provide guidance for Linux users.
- Review documentation for any assumptions about the user's operating system and make instructions OS-agnostic where possible.
Create Pull Request