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, which can be seen as a 'windows_first' and 'powershell_heavy' bias. Linux/macOS instructions are present but always listed after Windows. No Linux-specific tools or patterns are omitted, but the ordering and prominence of Windows tooling is evident.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel tabs or side-by-side, rather than always listing Windows first.
- If using sequential instructions, alternate the order (sometimes Linux/macOS first) or clarify that the order does not imply priority.
- Consider using tabbed content blocks for each platform (Windows cmd, PowerShell, Linux/macOS) to provide equal visibility.
- Ensure that Linux/macOS users see their instructions as prominently and as early as Windows users.
- Where possible, use cross-platform commands (e.g., via Azure CLI) as the primary example, with platform-specific notes as needed.
Create pull request