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:
Summary:
The documentation provides environment variable setup instructions in the order: Windows cmd, PowerShell, then macOS/Linux bash. This ordering prioritizes Windows users and may give the impression that Windows is the primary or preferred platform.
Recommendations:
- Present environment variable setup instructions for all platforms together, or rotate the order in which platforms are presented (e.g., start with Linux/macOS, then Windows).
- Use platform-agnostic language where possible, such as 'In your terminal, set the environment variable as follows:', then provide all variants in a single code block or table.
- Ensure that Linux/macOS instructions are as detailed and prominent as Windows instructions.
- Consider adding a note that all major platforms are supported equally.
Create pull request