Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by referencing Windows-specific tools and patterns first (e.g., 'cmd', 'PowerShell', registry queries), omitting equivalent Linux instructions or examples, and relying on Windows-centric environment variable and setup guidance. There are no explicit Linux or cross-platform setup steps, and the only terminal example for checking .NET is a Windows registry query. The authentication and environment variable instructions do not clarify Linux differences, and the screenshots and navigation instructions are tailored to the Azure Portal, which is platform-neutral, but the command-line examples are not.
Recommendations
- Provide Linux/macOS equivalents for all command-line instructions, such as using 'dotnet --list-sdks' or 'dotnet --info' instead of Windows registry queries.
- List cross-platform terminal options equally (e.g., 'cmd, PowerShell, Bash, zsh') and avoid listing Windows shells first.
- Include explicit Linux/macOS setup steps for environment variables (e.g., 'export LANGUAGE_KEY=...' in Bash/zsh).
- Add notes or code blocks showing how to check .NET installation on Linux/macOS.
- Ensure all package installation and authentication steps are platform-agnostic or have platform-specific guidance.
- Review and update screenshots and navigation instructions to clarify any platform-specific differences, if applicable.
Create Pull Request