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 examples, which may give the impression of Windows prioritization. Linux/macOS instructions are present but always listed last. There are no missing Linux examples, but the ordering and inclusion of multiple Windows-specific command shells (cmd, PowerShell) versus a single Linux shell (bash) is evidence of subtle Windows bias.
Recommendations:
- Alternate the order of platform instructions (sometimes list Linux/macOS first, or use tabs for OS selection).
- Use tabbed or dropdown UI for platform-specific instructions to give equal prominence to Windows and Linux/macOS.
- Where possible, group all OS instructions together rather than listing Windows (cmd, PowerShell) first.
- Explicitly mention that all platforms are supported and that the Go code is cross-platform.
- Consider providing a table summarizing commands for all platforms for quick reference.
Create pull request