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
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing only Windows file paths (e.g., C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK), mentioning Visual Studio and .NET SDK tools (which are primarily Windows-centric in this context), and omitting any Linux or cross-platform equivalents for SDK installation paths or tooling. No Linux-specific instructions, examples, or file paths are provided.
Recommendations
  • Include Linux and macOS equivalents for SDK installation paths (e.g., /usr/local/lib/azure-sdk or ~/.azure).
  • Mention cross-platform tools or clarify if the SDK and schema files are available on non-Windows platforms.
  • Provide examples or notes for configuring and validating .cscfg files using cross-platform tools or editors.
  • If Visual Studio is referenced, also mention Visual Studio Code or other cross-platform IDEs.
  • Explicitly state if any functionality is Windows-only, or confirm cross-platform support where applicable.
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

<ServiceConfiguration serviceName="<service-name>" osFamily="<osfamily-number>" osVersion="<os-version>" schemaVersion="<schema-version>">

  <Role …>
    …
  </Role>

  <NetworkConfiguration>
    …
  </NetworkConfiguration>

</ServiceConfiguration>