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
Summary:
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS, and includes both setx (cmd) and PowerShell commands, which may give the impression of Windows being the primary platform. Linux/macOS instructions are present but appear after Windows examples. There are no missing Linux examples, but the ordering and inclusion of multiple Windows-specific shells (cmd, PowerShell) before Linux can be seen as a subtle Windows bias.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel (side-by-side tabs or clearly separated sections) rather than listing Windows first.
- Consider listing Linux/macOS first, as Go developers often use these platforms.
- If showing multiple Windows shells (cmd, PowerShell), also mention common Linux shells (bash, zsh) for parity, or consolidate Windows instructions to reduce perceived bias.
- Explicitly state that all commands are cross-platform unless otherwise noted.
- Ensure that any troubleshooting or advanced sections do not assume Windows as the default environment.
Create pull request