Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exhibits a Windows bias by providing PowerShell-heavy examples, using Windows-centric tooling (PowerShell, drive letters), and presenting Windows patterns before Linux equivalents. While Azure CLI and bash examples are present, key operations such as uploading scripts and deploying templates are shown only with PowerShell commands, with Linux-native alternatives missing or relegated to secondary mentions. Docker usage examples also default to Windows-style volume mounts (drive letters), and there is no explicit Linux shell or file system example for these steps.
Recommendations
- Provide equivalent bash/Azure CLI commands for uploading deployment scripts to Azure Storage, alongside PowerShell examples.
- Include Linux-native Docker volume mount examples (e.g., /home/user/docker:/data) and clarify platform differences.
- Present both PowerShell and bash/CLI examples in parallel, or alternate their order to avoid Windows-first bias.
- Explicitly mention and demonstrate how Linux/macOS users can perform each step, especially for local development and file sharing.
- Clarify that PowerShell is available cross-platform, but provide guidance for users who prefer bash or other shells.
- Add screenshots or terminal output from Linux/macOS environments where appropriate.
Create Pull Request