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 consistently uses Azure CLI and kubectl commands, which are cross-platform, but text editor instructions and command-line conventions (e.g., 'code acstor-storagepool.yaml') implicitly assume a Windows environment (Visual Studio Code, Windows shell). There are no explicit Linux shell examples (e.g., nano, vim, or Linux-specific command syntax), nor are Linux-specific tools or workflows mentioned. The documentation does not acknowledge differences in command execution or environment setup between Windows and Linux, and Windows-centric patterns (such as use of 'code' for editing files) are presented without Linux alternatives.
Recommendations
  • Provide Linux-specific examples for editing YAML files (e.g., using 'nano', 'vim', or 'gedit').
  • Explicitly mention that Azure CLI and kubectl are cross-platform, and provide notes on installation or usage differences for Linux users.
  • Offer alternative command-line instructions for Linux shells (e.g., bash), including environment variable usage and file path conventions.
  • Include a note or section on prerequisites/setup for both Windows and Linux environments, highlighting any differences.
  • Avoid assuming the presence of Windows-specific tools (such as Visual Studio Code's 'code' command) and offer alternatives or generic instructions.
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 Biased Biased
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-16 00:00 #113 completed Clean Clean
2025-09-15 00:00 #112 completed Clean Clean
2025-09-14 00:00 #111 completed Clean Clean
2025-09-13 00:00 #110 completed Clean Clean
2025-09-12 00:00 #109 completed Clean Clean
2025-09-11 00:00 #108 completed Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets