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 commands, which may suggest a Windows-first perspective. However, Linux/macOS instructions are present and correct. There are no missing Linux examples, and no exclusive mention of Windows-only tools beyond environment variable setup.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel tabs or in a consistent order (e.g., Linux/macOS first, or alphabetical).
- Consider using tabbed sections for OS-specific instructions to avoid implying priority.
- Ensure that all CLI examples (such as az login) are clearly marked as cross-platform.
- If possible, provide a single cross-platform command (e.g., using the Azure CLI or Go itself) for setting environment variables, or explain the differences succinctly.
- Review future documentation for subtle ordering or emphasis that may suggest Windows is the primary or default platform.
Create pull request