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 signal a Windows-first approach. However, Linux/macOS instructions are present and correct. There are no missing Linux examples, and no exclusive use of Windows tools or patterns elsewhere in the guide.
Recommendations:
- Present Linux/macOS instructions before or alongside Windows instructions, rather than after.
- Consider grouping environment variable instructions by platform with equal prominence, or use tabbed sections for each OS.
- If possible, provide a single cross-platform command (e.g., using a tool like direnv or dotenv) or clarify that the Go application will work identically on all platforms once the variable is set.
- Avoid giving more detailed or prominent instructions for Windows than for Linux/macOS.
Create pull request