Sad Tux - Windows bias detected
This page contains Windows bias

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

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.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-16 00:00 #113 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets