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 Windows-centric tools (Azure Portal and Azure PowerShell) are mentioned before the cross-platform Azure CLI for creating a container registry. The installation example for .NET uses PowerShell syntax, which is Windows-specific, rather than a cross-platform shell. However, the main client library usage examples for all languages are platform-neutral, and Linux tools (Docker CLI) are referenced for pushing images. No explicit Linux examples or Linux-first instructions are present.
Recommendations
  • List Azure CLI as the first option for creating a container registry, as it is cross-platform and widely used on Linux.
  • Provide installation instructions for .NET using both PowerShell and Bash (e.g., 'dotnet add package ...' in Bash), or use a generic command line format.
  • Explicitly mention Linux and macOS compatibility in the prerequisites and installation sections.
  • Include links or references to Linux-specific documentation or troubleshooting guides.
  • Ensure that any tool or command mentioned (e.g., PowerShell) is accompanied by its Linux/macOS equivalent where applicable.
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