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
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by prioritizing Windows-centric troubleshooting steps, tools, and examples. It references Windows-specific debugging patterns (such as 'Just My Code', CLR exceptions), uses Windows-only tools (Fiddler), and omits Linux equivalents for diagnostics and troubleshooting. There are no examples or guidance for Linux environments, such as using Linux-based debugging tools, viewing logs, or handling TLS settings on Linux servers.
Recommendations
  • Add Linux-specific troubleshooting steps, such as using strace, tcpdump, or curl for network diagnostics.
  • Include instructions for enabling logging and tracing in Linux environments (e.g., configuring logging in systemd services, using journalctl, or inspecting logs in /var/log).
  • Provide examples for viewing outgoing requests using Linux tools (e.g., Wireshark, tcpdump, or browser developer tools on Linux).
  • Mention how to configure TLS settings for .NET Core/ASP.NET apps running on Linux (e.g., environment variables, OpenSSL configuration).
  • Reference cross-platform tools and patterns (such as dotnet CLI, VS Code debugging, or platform-agnostic logging frameworks) alongside or before Windows-specific ones.
  • Ensure that any code or configuration snippets are applicable to both Windows and Linux, or clearly indicate platform-specific differences.
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-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