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
missing_linux_example
Summary
The documentation refers to 'cmd, PowerShell, or Bash' as possible console windows, but lists Windows shells first and does not provide any Linux-specific instructions, examples, or troubleshooting. All command-line examples use generic 'dotnet' commands without platform-specific notes, and there is no mention of Linux tools, editors, or environment setup. The guidance assumes parity but does not demonstrate it.
Recommendations
  • Explicitly mention Linux and macOS as supported platforms in prerequisites and setup steps.
  • Provide Linux/macOS-specific instructions or notes where relevant (e.g., environment variable setup, file permissions, common editors like nano/vim).
  • Include troubleshooting tips for common Linux issues (e.g., SDK installation, PATH configuration).
  • List Bash before or alongside Windows shells to avoid Windows-first ordering.
  • Add example commands for setting environment variables in Bash/zsh (e.g., export COMMUNICATION_SERVICES_CONNECTION_STRING=...) and running the app.
  • Reference cross-platform editors (VS Code, nano, vim) when suggesting how to edit Program.cs.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
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 Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
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 Biased Biased

Flagged Code Snippets