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 for Windows (cmd and PowerShell) before mentioning the equivalent command for macOS/Linux. All other code and instructions are cross-platform and Python-centric, with no exclusive use of Windows tools or missing Linux examples.
Recommendations:
- Present environment variable setup commands for all platforms together, or list Linux/macOS first to avoid implicit prioritization of Windows.
- Consider using a tabbed or side-by-side format for platform-specific commands to give equal prominence to Windows, macOS, and Linux.
- Review future documentation to ensure that Linux/macOS instructions are not always listed after Windows/PowerShell, especially for common developer workflows.
Create pull request