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 still most commonly used on Windows) and the absence of Linux-specific shell examples (such as Bash or scripting with jq/curl) indicate a bias towards Windows users. Additionally, PowerShell is presented as a primary tab, reinforcing the Windows-first approach. There are no explicit Linux shell or tool examples, nor is there guidance for Linux-native workflows.
Recommendations
- Add explicit Bash shell examples using az CLI, demonstrating output parsing with jq or similar Linux tools.
- Clarify that Azure CLI commands work on Linux, macOS, and Windows, and provide platform-specific notes if needed.
- Consider including examples for other cross-platform scripting environments (e.g., Python, REST API via curl) to improve parity.
- Reorder tabs or provide equal prominence to Linux-native workflows alongside PowerShell.
- Mention installation and usage differences for CLI and PowerShell on Linux vs Windows, if relevant.
Create Pull Request