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 environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS, and includes explicit commands for Windows tools (setx, PowerShell) alongside bash. This ordering and explicit mention of Windows tools, with Linux/macOS instructions always last, demonstrates a Windows-first and Windows-tools bias. However, Linux/macOS instructions are present and complete, and there are no missing Linux examples for the Go code itself.
Recommendations:
- Present environment variable setup instructions for all platforms in parallel (e.g., in a table or side-by-side tabs), or rotate which OS appears first to avoid always privileging Windows.
- Avoid giving Windows instructions (cmd, PowerShell) first by default; consider starting with bash (Linux/macOS), or presenting all equally.
- Where possible, use cross-platform commands or note platform-specific differences only when necessary.
- Explicitly state that all platforms are supported and tested, and provide troubleshooting tips for both Windows and Linux/macOS environments.
- If using tabs, ensure the default selected tab is not always Windows.
Create pull request