Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but the PowerShell example is given equal prominence as the CLI example, which can be interpreted as a Windows bias since PowerShell is primarily a Windows tool (despite cross-platform support). There are no explicit Linux shell (bash) examples or notes about running the CLI on Linux, and the PowerShell example appears before the portal instructions, which may reinforce a Windows-centric workflow.
Recommendations
- Add explicit bash/Linux shell examples for the Azure CLI, showing usage in a typical Linux terminal.
- Clarify that the Azure CLI commands work identically on Linux, macOS, and Windows, and provide any OS-specific notes if needed.
- Consider reordering the examples to present the Azure CLI (which is cross-platform) before PowerShell, or provide a clear note about PowerShell's cross-platform availability.
- Include a table or section summarizing command usage across different platforms (Windows, Linux, macOS) to reinforce parity.
- If PowerShell is included, mention PowerShell Core and its availability on Linux/macOS to reduce the perception of Windows-only tooling.
Create Pull Request