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 provides both Bash (Azure CLI) and PowerShell examples for all revision management tasks in Azure Container Apps. PowerShell examples are given for every command, sometimes using native Azure PowerShell cmdlets, which are primarily Windows-centric. In several cases, PowerShell examples are presented immediately after Bash, and in some cases, PowerShell-specific tools (e.g., Update-AzContainerApp, Get-AzContainerAppRevision) are used, which do not have direct Linux equivalents. There is an implicit Windows bias due to the heavy inclusion of PowerShell and Azure PowerShell cmdlets, which are less commonly used on Linux. The documentation does not mention Linux shell alternatives (e.g., zsh, fish), nor does it clarify that PowerShell can be used cross-platform.
Recommendations
  • Clarify that PowerShell is available cross-platform, but that Azure PowerShell cmdlets are most commonly used in Windows environments.
  • Provide examples using only Azure CLI (which is fully cross-platform) as the primary method, and move PowerShell examples to a dedicated section or appendix.
  • Explicitly mention that Bash examples are applicable to Linux, macOS, and Windows (via WSL or Git Bash), and consider including zsh/fish shell compatibility notes.
  • Where Azure PowerShell cmdlets are used, note that these are primarily for Windows users and recommend Azure CLI for Linux/macOS users.
  • Consider adding a table comparing Azure CLI and Azure PowerShell usage, with platform recommendations.
  • Avoid presenting PowerShell examples immediately after Bash, or at least alternate the order to avoid 'Windows-first' perception.
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