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 can be seen as a Windows-first and PowerShell-heavy approach. Linux/macOS instructions are present but always listed after Windows. No Linux-specific tools or patterns are missing, but the ordering and emphasis favor Windows users.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel (side-by-side tabs or columns), or alternate which platform is listed first to avoid implicit prioritization.
- Avoid giving more detailed or multiple options for Windows (e.g., both cmd and PowerShell) unless parity is provided for Linux/macOS (e.g., bash and zsh).
- Consider a platform-agnostic approach first (e.g., using cross-platform scripts or highlighting environment variable setup in Go code), then provide platform-specific details as needed.
- Explicitly state that all platforms are supported and tested, and encourage contributions or feedback from non-Windows users.
Create pull request