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
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation demonstrates a Windows bias by consistently presenting Windows and PowerShell examples first and sometimes exclusively. Directory paths, terminal commands, and project setup instructions are shown using Windows conventions (e.g., C:\ paths, PowerShell commands), with no equivalent Linux/macOS shell examples. The Classic framework section is entirely Windows-specific, and cleanup instructions use PowerShell. While cross-platform NuGet packages are mentioned, practical usage and examples are Windows-centric, and Linux/macOS users are left to infer adaptations.
Recommendations
  • Provide equivalent Linux/macOS shell examples (e.g., bash/zsh commands) alongside PowerShell commands for all steps, including directory creation, navigation, and cleanup.
  • Show Linux/macOS directory paths (e.g., /home/user/msBuildDemo) in examples and instructions, not just Windows paths.
  • Include explicit instructions for running MSBuild and dotnet CLI on Linux/macOS, including installation prerequisites and platform-specific notes.
  • Add project file examples referencing Azure.Bicep.CommandLine.linux-x64 and Azure.Bicep.CommandLine.osx-x64, not just win-x64.
  • Where Visual Studio is referenced, mention cross-platform alternatives (e.g., Visual Studio Code, JetBrains Rider) and clarify which steps are platform-agnostic.
  • For cleanup, provide Linux/macOS equivalents (e.g., rm -rf ~/msBuildDemo) alongside Remove-Item PowerShell commands.
  • Consider using neutral language and ordering (e.g., 'On Windows', 'On Linux', 'On macOS') rather than presenting Windows first or exclusively.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets