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 Linux/macOS (bash). This ordering prioritizes Windows tooling and patterns, which may suggest a subtle Windows-first bias. However, all platforms are represented and no platform is omitted.
Recommendations:
- Rotate or randomize the order of platform-specific instructions, or explicitly state that the order does not imply priority.
- Consider grouping all environment variable setup commands in a table for parity, or present Linux/macOS first if usage data supports it.
- Add a note acknowledging cross-platform usage and encourage users to select the instructions appropriate for their OS.
Create pull request