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: Windows CMD, PowerShell, then macOS/Linux. This 'Windows-first' ordering may suggest a preference for Windows users, though Linux/macOS instructions are present and complete.
Recommendations:
- Present environment variable setup instructions in a neutral or platform-parallel format, such as a table with all platforms side-by-side.
- Rotate the order of platform instructions, or begin with the most common platform for the target audience.
- Explicitly state that the instructions apply equally to Windows, macOS, and Linux to reinforce cross-platform parity.
- Where possible, use cross-platform tools or commands (e.g., Python's os.environ in code) to minimize OS-specific steps.
Create pull request