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
windows_tools
Summary
The documentation page demonstrates a Windows bias by referencing .NET-specific APIs and patterns, such as ServicePointManager and ThreadPool, which are primarily relevant to Windows environments. All code examples are in C# and tailored to .NET, with no mention of Linux-specific considerations, alternative runtimes, or cross-platform differences. There is no guidance or examples for Linux users, such as how connection limits or thread pools are managed on Linux, or how to tune performance in Mono/.NET Core on Linux. The documentation assumes a Windows-centric development environment and omits Linux parity.
Recommendations
  • Add explicit notes or sections describing how StorageTransferOptions and connection/thread pool settings behave on Linux, including .NET Core and Mono environments.
  • Provide equivalent code examples or configuration guidance for Linux environments, such as how to adjust connection limits and thread pools on Linux.
  • Mention any differences in default values, performance characteristics, or limitations between Windows and Linux when using the Azure Storage client library for .NET.
  • Include troubleshooting tips or links for Linux-specific performance issues, such as file descriptor limits or network stack differences.
  • Clarify which APIs and settings are cross-platform and which are Windows-specific, to help developers on Linux avoid confusion.
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 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-03 00:00 #100 completed Clean Clean
2025-07-31 00:00 #66 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets