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_tools
windows_first
powershell_heavy
Summary
The documentation page demonstrates a Windows bias in several ways: it references Windows-specific implementation details (such as Azure Storage relying on Windows SSL), mentions PowerShell as a primary configuration method, and highlights Windows tools and patterns before their Linux equivalents. The PowerShell example is given its own tab, and the only command-line examples provided are for PowerShell and Azure CLI (which is cross-platform, but PowerShell is Windows-centric). There is no mention of Linux-specific tools or patterns (e.g., Bash scripting, OpenSSL, or Linux package managers), and the documentation does not provide parity for Linux users in terms of troubleshooting, configuration, or context.
Recommendations
  • Add explicit Linux/Bash examples for configuring the minimum TLS version, such as using Azure CLI from a Bash shell.
  • Clarify that Azure CLI is cross-platform and provide installation instructions for Linux and macOS alongside Windows.
  • Include troubleshooting notes for Linux clients, especially regarding OpenSSL and TLS negotiation differences.
  • Balance implementation notes by mentioning both Windows and Linux SSL/TLS stacks, and clarify any platform-specific caveats.
  • Provide links or references to Linux-specific documentation or best practices for managing TLS versions.
  • Avoid language that implies Windows is the default or preferred platform, and ensure parity in example ordering and depth.
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-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-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets