Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page exhibits Windows bias primarily in the way local environment examples and file paths are presented. The instructions for running Azure CLI locally mention Windows PowerShell as the example console application, and file path examples for upload and download operations use Windows-style paths (e.g., 'C:\myFolder\upload.txt') exclusively. There are no Linux or macOS equivalents shown for terminal usage or file paths, and no mention of Bash, zsh, or other common Linux shells.
Recommendations
- Include Linux and macOS terminal examples alongside Windows PowerShell, such as referencing Bash or Terminal.
- Provide file path examples using both Windows (e.g., 'C:\myFolder\upload.txt') and Linux/macOS (e.g., '/home/user/upload.txt') formats for upload/download commands.
- Explicitly state that the Azure CLI works cross-platform and mention how to adapt commands for different operating systems.
- Add notes or callouts for OS-specific behaviors, if any, especially regarding file paths and shell usage.
- Consider alternating the order of examples or presenting both Windows and Linux/macOS examples together to avoid implicit prioritization.
Create Pull Request