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 Command Prompt and PowerShell before mentioning the equivalent commands for macOS/Linux. Both Windows and Linux/macOS are covered, but Windows instructions are consistently presented first and PowerShell is explicitly called out, which may signal a subtle Windows-first bias.
Recommendations:
- Alternate the order in which Windows and Linux/macOS instructions are presented, or present them in parallel (side-by-side tabs or tables) to avoid implying priority.
- Avoid giving Windows-specific instructions (e.g., setx, PowerShell) more prominence than Linux/macOS equivalents.
- Consider using tabs or collapsible sections for each OS to provide equal visibility.
- Explicitly state that all major platforms are supported and that the instructions are equivalent.
- Where possible, provide cross-platform commands (e.g., using a tool like cross-env or platform-agnostic scripts) or note any platform-specific caveats.
Create pull request