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 of Windows (cmd), PowerShell, and then macOS/Linux, which is a common 'windows_first' bias. However, all platforms are covered and there are no missing Linux examples or exclusive use of Windows tools.
Recommendations:
- Present environment variable setup instructions with Linux/macOS first, or present all platforms in parallel (e.g., a table or side-by-side code blocks) to avoid implicit prioritization.
- Ensure that Linux/macOS instructions are as detailed and prominent as Windows instructions.
- Consider explicitly stating that the instructions apply equally to all platforms to reinforce parity.
Create pull request