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 presents environment variable setup instructions in the order of Windows CMD, PowerShell, and then macOS/Linux, which prioritizes Windows users. However, all platforms are covered and there are no missing Linux examples or exclusive use of Windows tools.
Recommendations:
- Present environment variable setup instructions in parallel (side-by-side table or grouped subsections) rather than listing Windows first.
- Consider starting with a cross-platform example (e.g., using dotenv or a Node.js script) before platform-specific instructions.
- Explicitly state that all major platforms are supported and provide equal prominence to Linux/macOS instructions.
- Where possible, use platform-agnostic language and tools in code and instructions.
Create pull request