Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates Windows bias by providing command-line instructions and environment variable paths that are specific to Windows (e.g., 'where bicep', '%USERPROFILE%\.Azure\bin'), without mentioning or providing equivalents for Linux or macOS users. There are no Linux/macOS-specific commands (such as 'which bicep' or path examples like '$HOME/.azure/bin'), and the troubleshooting steps assume a Windows environment.
Recommendations
- Include Linux/macOS equivalents for all command-line instructions (e.g., use 'which bicep' for Linux/macOS alongside 'where bicep' for Windows).
- Provide environment variable path examples for Linux/macOS (e.g., '$HOME/.azure/bin') in addition to Windows paths.
- Clarify steps that are platform-specific and offer parallel instructions for each supported OS.
- Explicitly mention that the instructions apply to Windows, and provide separate sections or notes for Linux/macOS users where applicable.
Create Pull Request