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 detailed PowerShell and Windows Command Prompt commands. Linux/macOS instructions are present but listed after Windows, indicating a 'windows_first' ordering and a slight emphasis on Windows tooling.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel (side-by-side tabs or equal prominence), or list Linux/macOS first to reflect Go's cross-platform nature.
- Avoid giving Windows-specific instructions (cmd, PowerShell) priority over bash equivalents.
- Consider using tabbed instructions for each OS shell (cmd, PowerShell, bash/zsh) to avoid implicit prioritization.
- Explicitly mention that all steps are cross-platform unless a step is truly OS-specific.
- Where possible, use cross-platform commands (e.g., 'env' files, or platform-agnostic tooling) and highlight them.
Create pull request