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 parity between Windows, macOS, and Linux for environment variable setup, but consistently lists Windows instructions and tabs before macOS and Linux. All CLI examples use Azure CLI, which is cross-platform, and there are no PowerShell-specific or Windows-only tools used. However, the ordering of OS instructions may subtly prioritize Windows users.
Recommendations:
- Rotate the order of OS tabs or list Linux/macOS first in some sections to avoid implicit prioritization of Windows.
- Explicitly state that all CLI commands work identically across Windows, macOS, and Linux.
- Consider combining macOS and Linux instructions when they are identical, or clarify any differences.
- Ensure that any references to editors (e.g., Visual Studio) are accompanied by cross-platform alternatives (e.g., VS Code, JetBrains Rider) where relevant.
Create pull request