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 demonstrates a subtle Windows bias by referencing Windows-specific tools and workflows (e.g., Notepad for file creation) and omitting Linux/macOS equivalents. There are no command-line examples for Linux users, and the only file creation step assumes a Windows environment. While the Azure portal is cross-platform, the instructions do not acknowledge or provide parity for Linux/macOS users.
Recommendations
  • When instructing users to create a text file, mention cross-platform editors (e.g., 'Use Notepad (Windows), TextEdit (macOS), or nano/vi (Linux)').
  • Include CLI-based alternatives for file creation and upload, such as using the Azure CLI or azcopy, with example commands for Linux/macOS.
  • Where third-party tools are mentioned (e.g., Azure Storage Explorer), clarify that they are available on all major platforms.
  • Explicitly state that all steps can be performed from Windows, Linux, or macOS, and provide notes or links for platform-specific guidance where relevant.
  • Review for other subtle Windows-centric language or assumptions, and ensure parity in terminology and tool recommendations.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets