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, grouping them together, and not providing explicit Linux or cross-platform command examples. The references to PowerShell are frequent, and there is no mention of Linux-specific tools, shell environments, or usage patterns. The documentation does not provide parity in examples or guidance for Linux users, nor does it clarify cross-platform differences in authentication or tooling.
Recommendations
- Explicitly provide Linux shell (bash) examples alongside PowerShell, especially for authentication and data access tasks.
- When referencing command-line tools, mention Azure CLI first or equally with PowerShell, and clarify that Azure CLI is cross-platform.
- Include notes or sections on using these tools in Linux/macOS environments, such as installing Azure CLI on Linux, using bash scripts, or authenticating with Microsoft Entra ID from Linux.
- Avoid grouping PowerShell and Azure CLI together without clarifying their platform support; highlight Azure CLI as the recommended cross-platform tool.
- Add troubleshooting or environment-specific guidance for Linux users, such as handling token credentials or environment variables in bash.
Create Pull Request