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
missing_linux_example
windows_first
Summary
The documentation page provides instructions and code samples that are platform-neutral in most places, but the 'Run the app locally' section uses 'dos' code blocks and refers to a 'command window' without clarifying cross-platform usage. There are no explicit Linux or macOS terminal instructions or examples, and no mention of Linux-specific tools or patterns. This may cause confusion for Linux users or suggest a Windows-first approach.
Recommendations
  • Provide explicit Linux/macOS terminal instructions alongside Windows instructions, using 'bash' or 'sh' code blocks where appropriate.
  • Replace or supplement 'command window' with 'terminal' or 'shell', and clarify that the dotnet CLI commands work on all platforms.
  • Add a note or section confirming cross-platform compatibility, and if there are any platform-specific steps (such as environment variable configuration or file path differences), document them.
  • Include screenshots or terminal output examples from Linux/macOS environments, not just Windows.
  • Avoid using 'dos' code blocks unless the commands are truly Windows-specific; use 'console', 'bash', or 'shell' for cross-platform commands.
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 Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
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
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets