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_tools
windows_first
Summary
The documentation page demonstrates mild Windows bias in the prerequisites section, where Azure PowerShell and Azure CLI are listed as options for creating a registry, with PowerShell (a Windows-centric tool) mentioned before Azure CLI. The example for creating a registry uses Azure CLI, which is cross-platform, but the ordering of options may suggest a Windows-first approach. The rest of the documentation is focused on cross-platform SDK usage and does not show significant bias in code samples, which are provided for multiple languages and do not rely on Windows-specific tools or patterns.
Recommendations
  • List Azure CLI before Azure PowerShell in the prerequisites, as CLI is cross-platform and more widely used on Linux.
  • Explicitly mention that Azure CLI is available on Linux/macOS/Windows, while PowerShell is primarily a Windows tool (though it is available cross-platform, many users still associate it with Windows).
  • Where possible, provide Linux/macOS-specific notes or instructions for common developer workflows, such as environment variable setup or authentication.
  • Ensure that any references to tooling or shell commands are either cross-platform or have Linux/macOS equivalents provided.
  • Consider adding a note clarifying that all SDK examples are platform-agnostic and can be run on Linux, macOS, or Windows.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Clean Clean
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets