Bias Analysis
Detected Bias Types
windows_first
windows_shell_tip
Summary
The documentation provides AzCopy command examples that are generally cross-platform, but repeatedly highlights Windows Command Shell (cmd.exe) usage in tips, specifying double quotes for Windows and single quotes for other shells. This places Windows-specific guidance before Linux/macOS equivalents, and does not provide explicit Linux/macOS command-line examples or shell-specific notes beyond quoting. No PowerShell-specific examples or Windows-only tools are present, but the documentation does subtly prioritize Windows shell patterns.
Recommendations
- Provide explicit Linux/macOS shell examples alongside Windows examples, showing both quoting conventions and any relevant differences in command usage.
- Rephrase tips to mention Linux/macOS first or equally, e.g., 'Use single quotes in Linux/macOS shells and double quotes in Windows Command Shell (cmd.exe)'.
- Add a section clarifying cross-platform usage, including any environment-specific considerations (such as escaping, permissions, or installation differences).
- Include a table or sidebar summarizing quoting and syntax differences between Windows, Linux, and macOS shells.
Create Pull Request