Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, the inclusion of Azure PowerShell (which is historically Windows-centric) and the absence of explicit Linux shell examples (such as Bash) or references to Linux-native tools indicates a mild Windows bias. Additionally, PowerShell is presented as a primary tab, which may reinforce Windows-first patterns for users. There are no examples or instructions tailored specifically for Linux users, such as Bash scripting or Linux-specific command-line nuances.
Recommendations
- Add explicit Bash shell examples for running Azure CLI queries on Linux.
- Clarify that Azure CLI works cross-platform and provide sample commands for both Windows (CMD/PowerShell) and Linux (Bash).
- If PowerShell is included, mention that PowerShell Core is available on Linux and macOS, and provide installation/use instructions for those platforms.
- Consider reordering tabs so that cross-platform tools (Azure CLI) appear before Windows-centric tools (PowerShell).
- Note any differences in output formatting or command behavior between platforms, if applicable.
Create Pull Request