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 focuses exclusively on .NET and C# code samples, which are cross-platform but traditionally associated with Windows development. There are no explicit references to Windows-only tools or PowerShell, but the lack of Linux/macOS-specific instructions, shell commands, or parity notes (e.g., for installing SDKs or managing credentials) may disadvantage Linux users. All package management and authentication steps are shown using .NET CLI and C# code, with no mention of equivalent workflows or troubleshooting for Linux environments.
Recommendations
  • Add explicit notes confirming that all .NET CLI commands and code samples work identically on Linux, macOS, and Windows.
  • Include Linux/macOS-specific instructions or troubleshooting tips, especially for common issues like environment variable configuration or certificate management.
  • Provide shell (bash) equivalents for any command-line steps, such as installing packages or setting environment variables.
  • Mention any OS-specific prerequisites or dependencies (e.g., required libraries for .NET on Linux).
  • Consider including a brief section or callout for Linux/macOS users to ensure they feel equally supported.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets