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
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a strong Windows and PowerShell bias. All command-line examples use PowerShell syntax, and the deployment script is a PowerShell script (.ps1) with no alternative for Bash or native Linux shell. The instructions explicitly start with 'Open Windows PowerShell,' and while there is a tip about installing PowerShell on Linux/macOS, there are no native Linux shell or Bash examples. Additionally, references to tools and commands (such as Get-AzLocation) are PowerShell-specific, with no mention of Azure CLI or cross-platform alternatives.
Recommendations
  • Provide equivalent Bash or native Linux shell examples for all steps, especially for cloning the repo and running deployment scripts.
  • Offer a Bash or shell script alternative to the PowerShell deployment script, or document how to perform the deployment using Azure CLI commands.
  • Present cross-platform instructions first, or at least in parallel with Windows/PowerShell instructions, to avoid the 'Windows-first' impression.
  • Reference Azure CLI commands (which are cross-platform) instead of or in addition to PowerShell-specific commands like Get-AzLocation.
  • Clearly indicate which steps are platform-specific and provide guidance for both Windows and Linux/macOS users.
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-12 00:00 #243 cancelled 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-09-08 00:00 #105 completed Biased Biased
2025-08-08 00:00 #74 completed Biased Biased

Flagged Code Snippets