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 consistently uses Windows command prompt syntax (cmd) for environment variables and file paths, and provides examples with Windows-style paths (e.g., C:\Temp\input.txt). There are no explicit Linux/macOS shell examples, nor guidance for adapting commands to non-Windows environments. The instructions and examples assume a Windows environment by default, which may create friction for Linux/macOS users.
Recommendations
  • Add equivalent Linux/macOS shell examples (e.g., using export for environment variables, and POSIX-style file paths like /tmp/input.txt).
  • When showing file paths, provide both Windows and Linux/macOS variants.
  • Explicitly state how to adapt commands for Linux/macOS environments in each relevant section.
  • Use generic shell syntax (e.g., $VARIABLE) alongside Windows syntax where environment variables are set.
  • Note that cURL commands are cross-platform, but clarify any OS-specific differences in usage.
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 Clean Clean
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets