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. Linux/macOS instructions are present but always listed last. There are no missing Linux examples, but the ordering and explicit inclusion of multiple Windows shell types (cmd, PowerShell) before Linux suggests a mild Windows-first 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 OS-specific instructions to avoid implicit prioritization.
- Ensure parity in detail and clarity for Linux/macOS instructions (which is already good here).
- Consider mentioning cross-platform tools (e.g., direnv, dotenv) for environment variable management.
- Explicitly state that all commands are cross-platform unless otherwise noted.
Create pull request