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
Summary
The documentation provides both Bash (Azure CLI) and PowerShell examples for all commands, ensuring cross-platform coverage. However, PowerShell examples are present for every command, and in some cases, PowerShell-specific cmdlets are used (e.g., Update-AzContainerApp), which are only available on Windows or require PowerShell Core on other platforms. Additionally, PowerShell tabs are always present, and in some sections, PowerShell examples use native cmdlets rather than the CLI, which may not be as accessible to Linux/macOS users. The order of tabs is Bash first, then PowerShell, which is good, but the heavy presence of PowerShell may create a perception of Windows bias.
Recommendations
  • Clearly indicate that PowerShell examples using Az cmdlets require PowerShell Core and the Az module, and note their cross-platform compatibility.
  • Where PowerShell examples use Azure CLI commands, clarify that these can be run in any shell, not just PowerShell.
  • Consider adding explicit Linux/macOS notes or examples where PowerShell cmdlets are not available or not cross-platform.
  • If possible, provide Bash-only or POSIX shell examples for all tasks, especially where PowerShell cmdlets are used.
  • Add a brief section at the top explaining the cross-platform nature of Azure CLI and PowerShell, and any limitations.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Clean Clean

Flagged Code Snippets