Bias Analysis
Detected Bias Types
Summary
The documentation provides environment variable setup instructions with Windows listed first, followed by macOS and Linux. The Azure CLI installation link points to the Windows-specific instructions by default. However, all command-line examples use the cross-platform Azure CLI, and Linux/macOS are included in environment variable setup, so the bias is limited to ordering and default linking.
Recommendations
- Present environment variable setup instructions in a neutral order (e.g., Linux/macOS first, or alphabetical order), or use a tabbed interface with no default selection.
- Link to the general Azure CLI installation page or provide links for all supported platforms, not just Windows.
- Ensure that any references to editors or IDEs (e.g., Visual Studio) are accompanied by cross-platform alternatives (e.g., VS Code, JetBrains Rider) where appropriate.
- Continue to provide explicit Linux/macOS instructions wherever Windows-specific steps are given.
Create Pull Request