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 examples for all deployment, review, and cleanup steps. However, PowerShell is presented as an equal alternative to Azure CLI, despite being a Windows-centric tool. There is no explicit mention of Linux or macOS environments, nor are there any Bash or shell script examples. The structure (CLI tab first, then PowerShell) is good, but the heavy inclusion of PowerShell and lack of explicit Linux guidance may subtly bias toward Windows users.
Recommendations
  • Explicitly mention that Azure CLI commands work cross-platform (Windows, Linux, macOS), while PowerShell is primarily for Windows users (though PowerShell Core is cross-platform, but less common on Linux).
  • Add a note or section for Linux/macOS users, clarifying that Azure CLI is the recommended tool and is available natively.
  • Consider providing Bash script examples or at least mentioning that the CLI commands can be run in Bash or other Unix shells.
  • If PowerShell is included, clarify its cross-platform status and provide installation instructions for non-Windows users if relevant.
  • Ensure parity in troubleshooting or environment setup notes for both Windows and Linux/macOS users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean
2025-07-09 23:22 #6 cancelled Clean Clean

Flagged Code Snippets

    New-AzResourceGroup -Name exampleRG -Location eastus
    New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -configStoreName "<store-name>"
    
# [PowerShell](#tab/PowerShell)

# [PowerShell](#tab/PowerShell)