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 commands (setx, PowerShell syntax). While Linux/macOS commands are present, Windows instructions are consistently listed first and in more detail, and Windows tools (setx, PowerShell) are explicitly mentioned, which may signal a Windows-centric approach.
Recommendations:
- Alternate the order of platform instructions (sometimes show Linux/macOS first) or group all OS instructions together in a table for parity.
- Provide equal detail for Linux/macOS and Windows, including any caveats (e.g., persistence of environment variables across shells/sessions).
- Avoid Windows-specific tools like 'setx' unless a Linux/macOS equivalent is also discussed (e.g., how to persist environment variables in .bashrc/.zshrc).
- Consider using expandable sections or tabs for each OS to avoid implicit prioritization.
- Explicitly state that all major OSes are supported and tested, and provide troubleshooting tips for each.
Create pull request