Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation provides examples for Azure Portal, PowerShell, Azure CLI, and AzCopy. In the Azure CLI sections, it suggests opening a command console such as Windows PowerShell, and file paths in examples use Windows-style paths (e.g., C:\demo-file.txt). PowerShell examples are given equal prominence to Azure CLI, and Windows tools/terms (PowerShell, Windows file paths) are mentioned before or instead of Linux equivalents. There are no explicit Linux/macOS-specific instructions or examples, and the documentation does not mention Bash or Unix-style paths.
Recommendations
- In Azure CLI examples, use platform-agnostic language such as 'open a terminal or command prompt' instead of specifically mentioning 'Windows PowerShell'.
- Provide file path examples using both Windows (C:\demo-file.txt) and Unix-style (/home/user/demo-file.txt) formats, or use a placeholder like <path-to-file>.
- Explicitly state that Azure CLI and AzCopy commands work on Linux/macOS and provide any necessary notes for those platforms.
- Where PowerShell is mentioned, consider also mentioning Bash or shell equivalents for Linux/macOS users, or clarify that PowerShell Core is cross-platform.
- Add a note or section addressing any platform-specific considerations for Linux/macOS users.
Create Pull Request