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
⚠️
windows_tools
Summary:
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS, and includes Windows-specific tools (setx, PowerShell) with detailed steps. Linux/macOS instructions are present but consistently listed after Windows, and less explanation is given for their environment variable persistence. There are no missing Linux examples, but the ordering and emphasis show a Windows-first bias.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel (side-by-side tabs or equal prominence), or list Linux/macOS first if usage data supports it.
- Provide equal detail for Linux/macOS environment variable persistence (e.g., mention adding to ~/.bashrc or ~/.zshrc for permanence).
- Avoid giving Windows tools (setx, PowerShell) more prominence or detail than their Linux/macOS equivalents.
- Consider using tabbed code blocks for each OS to avoid implicit prioritization.
- Explicitly state that all major platforms are supported and tested.
Create pull request