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 mentions Windows-specific console environments (cmd, PowerShell) before Bash, and all command-line examples use the generic 'dotnet' CLI without platform-specific guidance. There are no explicit Linux/macOS instructions or troubleshooting notes, and the sample code is exclusively in C#/.NET, which is cross-platform but often associated with Windows. No Windows-only tools are used, but the documentation does not provide Linux/macOS parity in terms of environment setup, package management, or example ordering.
Recommendations
  • Explicitly mention Linux/macOS compatibility for .NET and the Azure SDK.
  • Provide Linux/macOS-specific instructions for installing .NET Core and running dotnet commands (e.g., using apt, yum, brew).
  • List Bash before or alongside cmd/PowerShell when referencing console environments.
  • Include troubleshooting notes for common Linux/macOS issues (e.g., permissions, path differences).
  • Clarify that all commands work on Linux/macOS and provide example outputs from those platforms.
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-09-16 00:00 #113 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets