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 demonstrates a 'windows_first' bias in the environment variable setup section, where Windows instructions are presented before macOS and Linux. However, the rest of the content is cross-platform, using Azure CLI commands that are applicable to all operating systems, and provides separate tabs for Windows, macOS, and Linux where relevant. There are no exclusive Windows tools, PowerShell-specific examples, or missing Linux examples.
Recommendations:
- Present environment variable setup instructions in a neutral order (e.g., Linux/macOS first, alphabetical, or randomized) to avoid implying Windows primacy.
- Consider combining macOS and Linux instructions where they are identical, or explicitly state that the instructions apply to all Unix-like systems.
- Ensure that any references to editors or IDEs (e.g., Visual Studio) are balanced with cross-platform alternatives (e.g., VS Code, JetBrains IDEs) or generic terms.
- Continue to provide explicit, parallel examples for all supported platforms to maintain parity.
Create pull request