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 presents environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS, and includes both setx (Windows command prompt) and PowerShell examples, which are Windows-specific tools. Linux/macOS instructions are present but always listed after Windows. There are no missing Linux examples, but the ordering and tool emphasis show a Windows-first bias.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel (side-by-side tabs) or alternate the order to avoid always listing Windows first.
- Avoid giving more prominence to Windows-specific tools (e.g., setx, PowerShell) by grouping all OS instructions equally or using tabs.
- Consider providing a brief explanation that environment variable setting methods differ by OS, and link to official OS documentation for details.
- Ensure that all examples and instructions are equally detailed for both Windows and Linux/macOS.
- Where possible, use cross-platform tools or commands (e.g., recommend using the Azure CLI for authentication and configuration, which works on all platforms).
Create pull request