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
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides parallel instructions for Azure CLI, Azure PowerShell, and Azure Developer CLI, but the PowerShell section introduces a Windows-centric toolset without offering Linux shell equivalents (e.g., Bash scripting for querying ACR). Additionally, PowerShell is presented as a primary tab alongside CLI, which may imply parity, but Linux/macOS users are left without explicit guidance for common shell environments. There are no explicit Linux/macOS-specific instructions or troubleshooting, and PowerShell is given equal prominence to the cross-platform CLI.
Recommendations
  • Add a Bash (Linux/macOS) example for querying the ACR login server, e.g., using 'az acr list' with jq or similar tools.
  • Clarify that Azure CLI commands are cross-platform and can be run in Bash, zsh, or other Unix shells.
  • Consider reordering tabs to present Azure CLI (cross-platform) first, followed by Bash (Linux/macOS), then PowerShell (Windows), to reflect the broader user base.
  • Include troubleshooting or notes for Linux/macOS users where file paths, permissions, or environment differences may arise.
  • Explicitly mention that PowerShell Core is available on Linux/macOS if PowerShell is to be included, or clarify its intended audience.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #253 completed Biased Biased
2026-01-13 00:00 #249 completed Biased Biased

Flagged Code Snippets