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 a Windows-first order, listing Windows Command Prompt and PowerShell commands before the equivalent macOS/Linux bash command. However, all other instructions and code samples are platform-agnostic and do not show a preference for Windows-specific tools or patterns.
Recommendations:
- Present environment variable setup instructions in a platform-neutral order, such as listing Linux/macOS first or grouping all OS instructions together without prioritizing Windows.
- Consider using a tabbed or side-by-side format for environment variable setup commands, allowing users to easily find instructions for their operating system.
- Explicitly state that the tutorial is cross-platform and that all steps apply equally to Windows, Linux, and macOS, except where OS-specific commands are required.
- Ensure future documentation sections maintain parity by providing examples for all major platforms where relevant.
Create pull request