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
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for deploying and managing resources, but PowerShell (a Windows-centric tool) is consistently presented alongside CLI, and sometimes before or with equal prominence. There are no explicit Linux shell (bash) examples or mentions of Linux-specific tools or workflows, and PowerShell is highlighted as a primary option, which may suggest a bias toward Windows users.
Recommendations
  • Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and clarify that PowerShell is primarily for Windows users (unless using PowerShell Core).
  • Add bash shell examples or clarify that the CLI examples are suitable for Linux/macOS terminals.
  • Where PowerShell is presented, consider listing CLI (bash) examples first, as CLI is cross-platform.
  • Include a note or section for Linux/macOS users, confirming that all steps can be performed on those platforms using Azure CLI.
  • Avoid implying parity between PowerShell and CLI unless both are equally cross-platform.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
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 Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

    New-AzResourceGroup -Name exampleRG -Location eastus
    New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -clusterName "<cluster-name>" -clusterLoginUserName "<cluster-username>" -sshUserName "<ssh-username>"
    
# [PowerShell](#tab/PowerShell)

# [PowerShell](#tab/PowerShell)