Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but the inclusion of PowerShell (a Windows-centric tool) and the explicit 'Azure PowerShell' tab indicate a bias toward Windows tooling. There is no explicit Linux shell (bash) example, and PowerShell is presented as a primary method alongside CLI, which may suggest a Windows-first approach. However, the Azure CLI example is cross-platform, which partially mitigates the bias.
Recommendations
- Add explicit bash/zsh shell examples to demonstrate parity for Linux/macOS users.
- Clarify in the Azure CLI section that it works on Windows, Linux, and macOS.
- If PowerShell is included, consider also including examples using native Linux tools or scripts where relevant.
- Order the tabs so that cross-platform tools (Azure CLI) appear before Windows-centric tools (PowerShell) to reinforce neutrality.
Create Pull Request