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
powershell_heavy
missing_linux_example
Summary
The documentation exhibits Windows bias by prioritizing Windows-centric tools and workflows. Examples include exclusive use of PowerShell for .NET package installation, references to Visual Studio Code (a Microsoft product popular on Windows), and lack of explicit Linux/macOS command-line examples (e.g., for .NET or Azure CLI usage). The documentation does not provide parity for Linux-specific shell commands, nor does it mention cross-platform alternatives where appropriate.
Recommendations
  • Provide Linux/macOS equivalents for all command-line instructions, especially for .NET commands (e.g., use 'dotnet' in bash/zsh, not just PowerShell).
  • Include explicit instructions for installing and using Azure CLI on Linux/macOS, not just generic links.
  • Add examples using bash/zsh for environment variable setup, in addition to the Windows-centric PowerShell examples.
  • Mention and demonstrate usage of editors and tools popular on Linux/macOS (e.g., VS Code is cross-platform, but alternatives like Vim or JetBrains IDEs could be referenced).
  • Ensure screenshots and instructions do not assume a Windows environment (e.g., file paths, UI conventions).
  • Where possible, use generic shell commands (e.g., 'dotnet add package ...') rather than PowerShell-specific syntax, or provide both.
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 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-09-11 00:00 #108 completed Clean Clean
2025-08-11 00:00 #77 completed Clean Clean
2025-08-10 00:00 #76 completed Clean Clean
2025-08-09 00:00 #75 completed Clean Clean
2025-08-08 00:00 #74 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets