About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows-first bias by presenting Windows and PowerShell instructions before Linux/macOS equivalents, referencing Windows-specific tools (WSL, PowerShell), and providing more detailed, step-by-step guidance for Windows users. Linux and macOS instructions are less detailed and sometimes only mentioned in passing. Some file path examples and configuration notes are Windows-centric, and Linux-specific nuances (such as file permissions or shell differences) are not addressed.
Recommendations:
- Present Linux/macOS instructions before or alongside Windows instructions to ensure parity.
- Provide equally detailed, step-by-step instructions for Linux and macOS users, including terminal commands and navigation.
- Avoid assuming use of PowerShell or WSL; provide native Linux/macOS shell commands and workflows.
- Include Linux/macOS file path examples (using forward slashes) alongside Windows examples.
- Explicitly mention any Linux/macOS prerequisites or dependencies (such as bash, chmod, or Docker Compose installation methods).
- Ensure that all scripts and configuration steps are validated and described for Linux/macOS environments, not just Windows.
- Add troubleshooting tips or notes specific to Linux/macOS where relevant.
Create pull request