Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Linux (bash) and Windows (PowerShell) examples for environment variable configuration, generally in parallel tabs. However, in some sections (notably 'Authorize with Azure CLI'), the Windows example uses PowerShell and introduces a different value for AZCOPY_AUTO_LOGIN_TYPE ('PSCRED' vs 'AZCLI'), which may create confusion or friction for Linux users. Additionally, PowerShell is consistently used for Windows examples, and Windows tabs are sometimes presented before Linux equivalents. There is no evidence of missing Linux examples or exclusive mention of Windows tools.
Recommendations
- Clarify the difference between AZCOPY_AUTO_LOGIN_TYPE values ('AZCLI' for Linux, 'PSCRED' for Windows) and why they differ. Consider providing a brief explanation for Linux users.
- Ensure Linux and Windows tabs are presented in a consistent order (e.g., Linux first, then Windows) to avoid subtle prioritization.
- Where PowerShell is used for Windows examples, consider mentioning that CMD syntax may also be used, or provide a CMD example if relevant.
- Review and harmonize terminology so that Linux and Windows instructions are equally clear and complete.
Create Pull Request