Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently mentioning PowerShell before Azure CLI when discussing command-line access, and by referencing PowerShell as a primary example for scripting and automation. There are no explicit Linux-specific examples, nor is there mention of Linux-native tools or workflows. The documentation does not provide parity for Linux users in terms of examples or guidance, and the ordering of tools (PowerShell before CLI) further reinforces a Windows-centric approach.
Recommendations
- Provide explicit Linux examples, such as bash shell commands and usage of Azure CLI on Linux.
- When listing command-line tools, alternate the order or mention Azure CLI before PowerShell to avoid implicit prioritization of Windows tools.
- Include guidance for Linux users, such as installation instructions for Azure CLI on Linux, and troubleshooting tips for common Linux environments.
- Reference cross-platform scripting approaches (e.g., Python, bash) alongside PowerShell.
- Add notes or sections clarifying that all Azure CLI commands are fully supported on Linux and macOS.
- Where possible, provide screenshots or walkthroughs from Linux environments in addition to Windows.
Create Pull Request