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
windows_tools
Summary
The documentation page demonstrates a Windows bias by consistently presenting Azure PowerShell instructions alongside Azure CLI, referencing PowerShell modules and patterns, and listing PowerShell examples before CLI equivalents. There is no mention of Linux-specific shell environments (e.g., bash), nor are there examples tailored for Linux users. The documentation assumes familiarity with Windows tools and workflows, potentially disadvantaging Linux-first users.
Recommendations
  • Explicitly mention that Azure CLI and PowerShell are cross-platform, and clarify which instructions apply to Linux, macOS, and Windows.
  • Provide bash shell examples for Linux users, especially for installation and resource provider registration steps.
  • Include notes or sections on using Azure CLI from Linux/macOS, including prerequisites and troubleshooting tips.
  • Avoid listing PowerShell instructions before CLI or alternate shell instructions; alternate between them or group by platform.
  • Reference Linux-native tools and workflows where appropriate, such as using package managers (apt, yum, brew) for CLI installation.
  • Clarify that Helm and Azure CLI can be installed and used on Linux, and provide explicit instructions for doing so.
GitHub Create Pull Request

Scan History

Date Scan Status Result
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