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
missing_linux_example
windows_first
Summary
The documentation demonstrates a bias toward Windows environments by focusing exclusively on ASP.NET Core (a Microsoft technology), referencing Docker Desktop (which is primarily a Windows/Mac tool), and omitting any Linux-specific instructions or examples. There are no PowerShell-specific commands, but the absence of Linux shell (bash) examples and the lack of mention of Linux-native Docker workflows or tools (such as Podman or native Docker on Linux) indicate a Windows-first approach. Additionally, the documentation does not address potential differences in environment variable syntax or file system paths between Windows and Linux containers.
Recommendations
  • Include explicit instructions and examples for Linux users, such as using native Docker on Linux (not just Docker Desktop).
  • Mention and, where appropriate, provide bash shell command equivalents for all CLI instructions.
  • Clarify that the Dockerfile and deployment steps are cross-platform, and note any differences in file paths or environment variable syntax between Windows and Linux.
  • Add a section or callout for Linux users, highlighting any OS-specific considerations (e.g., file permissions, case sensitivity).
  • Consider including a sample using a non-Microsoft stack (e.g., a Python or Node.js app) to broaden applicability.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets