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
Summary
The documentation does not display overt Windows bias in terms of tools or command-line instructions, but it lacks explicit Linux parity in its examples and guidance. All code samples are in C# and .NET, which are cross-platform, but there are no shell or environment variable examples for Linux/macOS, nor are there any references to Linux-specific workflows or tools. The instructions for setting environment variables and acquiring the subscription ID are generic and do not mention platform-specific steps.
Recommendations
  • Add explicit examples for setting environment variables on Linux/macOS (e.g., export AZURE_SUBSCRIPTION_ID=...) alongside any Windows (set AZURE_SUBSCRIPTION_ID=...) instructions.
  • When referencing the Azure CLI or authentication, provide both Windows (cmd/PowerShell) and Linux/macOS (bash/zsh) command examples.
  • Clarify that .NET Core SDK and the code samples are cross-platform, and provide links or notes for Linux/macOS users where appropriate.
  • If referencing file paths or shell commands, include both Windows and Linux/macOS formats.
  • Consider including a short section or callout for Linux/macOS users to ensure they can follow along without ambiguity.
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-12 00:00 #243 cancelled 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

Flagged Code Snippets