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 instructions for setting environment variables on Windows (cmd and PowerShell) before mentioning the macOS/Linux equivalent. All platforms are covered, but Windows instructions are listed first, which may suggest a subtle Windows-first bias.
Recommendations:
- Present platform instructions in parallel (side-by-side table or tabs) rather than sequentially, or rotate the order in which platforms are listed to avoid always putting Windows first.
- Explicitly state that the instructions apply equally to all platforms, and avoid implying a primary platform.
- Ensure that Linux/macOS instructions are as detailed and prominent as Windows instructions.
- Consider using cross-platform tools or commands (such as dotenv files) for environment variable management, or mention them as alternatives.
Create pull request