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
Summary
The documentation provides command-line instructions and output examples that use Windows-specific tools (cmd, PowerShell) and Windows-style paths (e.g., C:\Tutorials). While the .NET Core SDK and Visual Studio Code are cross-platform, the examples and output are presented from a Windows perspective, with no explicit mention or examples for Linux/macOS terminals or file paths.
Recommendations
  • Include example commands and output for Linux/macOS terminals (e.g., bash/zsh), using appropriate path formats and shell conventions.
  • Clarify that all dotnet CLI commands work on Linux/macOS, and provide sample output from those platforms.
  • Avoid showing only Windows-style paths (C:\Tutorials); use generic or cross-platform paths (e.g., ~/Tutorials or /home/user/Tutorials) where possible.
  • Explicitly mention that the tutorial is cross-platform and can be followed on Linux/macOS, not just Windows.
  • Where 'console window' is mentioned, clarify that this could be cmd, PowerShell, Terminal (macOS), or shell (Linux).
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-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
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets