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
Summary
The documentation demonstrates a mild Windows bias by consistently mentioning Windows (and Git Bash) before Linux/WSL in instructions, and by focusing on Windows-specific tooling (Git Bash, winpty) for running commands on Windows. While Linux/WSL is supported and examples are provided, Windows environments and workarounds are prioritized or described first, and the documentation assumes the use of Git Bash rather than native Windows terminals or PowerShell.
Recommendations
  • Alternate the order of platform instructions so that Linux/WSL is sometimes presented first, or present both platforms equally (e.g., side-by-side tabs).
  • Explicitly mention native Windows terminal or PowerShell as alternatives to Git Bash, or provide PowerShell-native command examples where appropriate.
  • Clarify that 'winpty' is only required for Git Bash, and suggest native alternatives for users running in other Windows shells.
  • Ensure that all prerequisite and command instructions are equally detailed for both Linux and Windows, and avoid assuming that Windows users will always use Git Bash.
  • Consider adding a table or section summarizing all supported environments and the recommended shell/tools for each, to avoid implicit prioritization.
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-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets

    winpty openssl req -outform PEM -x509 -sha256 -newkey rsa:4096 -keyout device-key.pem -out device-cert.pem -days 30 -extensions usr_cert -addext extendedKeyUsage=clientAuth -subj "//CN=my-x509-device"