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
Summary:
The documentation provides instructions for setting environment variables on Windows (cmd and PowerShell) before Linux/macOS (bash), and includes Windows-specific tools (setx, PowerShell syntax) prominently. Linux/macOS instructions are present but appear after Windows, and there are no Linux-specific troubleshooting tips or parity notes. The overall flow and examples are otherwise cross-platform, but the ordering and prominence of Windows tools may subtly bias toward Windows users.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel tabbed sections, or alternate the order to avoid always listing Windows first.
- Use neutral, cross-platform language where possible (e.g., 'set the environment variable' with tabs for each OS).
- Add Linux-specific troubleshooting or tips where relevant (e.g., shell persistence of environment variables).
- Consider including a note that all Go code and Azure CLI commands are cross-platform.
- Avoid using Windows-specific tools (like setx) without equivalent Linux/macOS context (e.g., mention ~/.bashrc for persistence).
Create pull request