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 examples for Azure CLI and Azure PowerShell, but PowerShell is a Windows-centric shell, and there are no explicit Bash or Linux shell examples. The environment variable setup and token extraction steps use PowerShell syntax in the PowerShell tab, which is not portable to Linux/macOS. The documentation does not mention Linux-specific tools or patterns, nor does it provide parity for Linux users in the PowerShell sections. The use of PowerShell is presented as an alternative to Azure CLI, but not as a cross-platform shell, and there is no explicit guidance for Linux or macOS users.
Recommendations
  • Add explicit Bash/Linux shell examples alongside PowerShell, especially for environment variable setup and token extraction.
  • Clarify that Azure CLI commands work on Linux/macOS and provide any necessary platform-specific notes.
  • For steps that use PowerShell-specific syntax (e.g., token extraction), provide equivalent Bash commands.
  • Include a 'Linux/macOS' tab or section for users who do not use PowerShell.
  • Avoid implying PowerShell is the default or only alternative to Azure CLI; mention Bash as the primary shell for Linux/macOS.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-18 00:00 #267 completed Biased Biased
2026-01-14 00:00 #251 completed Biased Biased
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