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 provides only C#/.NET code samples and instructions, which are cross-platform in theory, but all environment variable instructions and workflow descriptions implicitly assume a Windows-centric approach. There are no explicit Linux/macOS shell examples for setting environment variables, and the Azure portal navigation instructions do not mention platform differences. There is no mention of Linux-specific tooling or command-line usage, and no parity in example commands for Linux users.
Recommendations
  • Add explicit shell (bash/zsh) examples for setting environment variables on Linux/macOS, alongside any Windows/PowerShell equivalents.
  • Clarify that .NET Core SDK and the Azure SDK are cross-platform, and provide links or notes for Linux/macOS installation instructions.
  • When instructing users to set environment variables, provide both Windows (setx, PowerShell) and Linux/macOS (export, .bashrc) command examples.
  • If referencing Azure CLI or other tools, ensure Linux usage is demonstrated or at least mentioned.
  • Explicitly state that all code samples are cross-platform and can be run on Linux, macOS, or Windows, and note any OS-specific caveats if present.
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